Kaydet (Commit) 3a361f4f authored tarafından Lars Gustäbel's avatar Lars Gustäbel

Fixed another bug.

üst 4a30a071
...@@ -109,7 +109,6 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): ...@@ -109,7 +109,6 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
# self._parser.NotStandaloneHandler = # self._parser.NotStandaloneHandler =
self._parser.ExternalEntityRefHandler = self.external_entity_ref self._parser.ExternalEntityRefHandler = self.external_entity_ref
self._parsing = 0
self._entity_stack = [] self._entity_stack = []
# Locator methods # Locator methods
......
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