diff --git a/testcss.py b/testcss.py index 243ab35..70601e0 100755 --- a/testcss.py +++ b/testcss.py @@ -20,7 +20,7 @@ # limitations under the License. import unittest -from yocto_css import parseCssString +from scour.yocto_css import parseCssString class Blank(unittest.TestCase): def runTest(self): diff --git a/testscour.py b/testscour.py index 0167875..9f7a5b3 100755 --- a/testscour.py +++ b/testscour.py @@ -22,8 +22,8 @@ import unittest import xml.dom.minidom -from svg_regex import svg_parser -from scour import scourXmlFile, scourString, parse_args, makeWellFormed +from scour.svg_regex import svg_parser +from scour.scour import scourXmlFile, scourString, parse_args, makeWellFormed SVGNS = 'http://www.w3.org/2000/svg'