Kaydet (Commit) d1b516c2 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Fix spacing.

üst 18476a37
...@@ -330,7 +330,7 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): ...@@ -330,7 +330,7 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
def external_entity_ref(self, context, base, sysid, pubid): def external_entity_ref(self, context, base, sysid, pubid):
if not self._external_ges: if not self._external_ges:
return 1 return 1
source = self._ent_handler.resolveEntity(pubid, sysid) source = self._ent_handler.resolveEntity(pubid, sysid)
source = saxutils.prepare_input_source(source, source = saxutils.prepare_input_source(source,
self._source.getSystemId() or self._source.getSystemId() or
......
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