Unittests: Fix import paths

This commit is contained in:
Eduard Braun 2015-12-06 20:10:12 +01:00
parent 3b7e8a0091
commit 391ff77659
2 changed files with 3 additions and 3 deletions

View file

@ -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'