Unittests: Fix import paths
This commit is contained in:
parent
3b7e8a0091
commit
391ff77659
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
from yocto_css import parseCssString
|
from scour.yocto_css import parseCssString
|
||||||
|
|
||||||
class Blank(unittest.TestCase):
|
class Blank(unittest.TestCase):
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
import xml.dom.minidom
|
import xml.dom.minidom
|
||||||
from svg_regex import svg_parser
|
from scour.svg_regex import svg_parser
|
||||||
from scour import scourXmlFile, scourString, parse_args, makeWellFormed
|
from scour.scour import scourXmlFile, scourString, parse_args, makeWellFormed
|
||||||
|
|
||||||
SVGNS = 'http://www.w3.org/2000/svg'
|
SVGNS = 'http://www.w3.org/2000/svg'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue