Commit 586c5e06 authored by Guido van Rossum's avatar Guido van Rossum

Fix relative import. This fixes test_sax.py.

parent 7700e1f0
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment