Fix relative import. This fixes test_sax.py.
This commit is contained in:
parent
e4dea98e5a
commit
7ec155f5be
|
@ -113,7 +113,7 @@ class IncrementalParser(XMLReader):
|
|||
XMLReader.__init__(self)
|
||||
|
||||
def parse(self, source):
|
||||
import saxutils
|
||||
from . import saxutils
|
||||
source = saxutils.prepare_input_source(source)
|
||||
|
||||
self.prepareParser(source)
|
||||
|
|
Loading…
Reference in New Issue