From: Martin v. Löwis Date: Sun, 30 Jun 2002 07:27:30 +0000 (+0000) Subject: Fix spacing. X-Git-Tag: v2.3c1~5152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1b516c274aa1502514d7b3c51f63894480560e1;p=python Fix spacing. --- diff --git a/Lib/xml/sax/expatreader.py b/Lib/xml/sax/expatreader.py index 68aee28b72..679ac21af5 100644 --- a/Lib/xml/sax/expatreader.py +++ b/Lib/xml/sax/expatreader.py @@ -330,7 +330,7 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): def external_entity_ref(self, context, base, sysid, pubid): if not self._external_ges: return 1 - + source = self._ent_handler.resolveEntity(pubid, sysid) source = saxutils.prepare_input_source(source, self._source.getSystemId() or