Re-indent.

This commit is contained in:
Martin v. Löwis 2001-01-27 08:47:37 +00:00
parent d5fb58f1e3
commit 52ce0d0837
3 changed files with 14 additions and 14 deletions

View file

@ -36,7 +36,7 @@ class PullDOM(xml.sax.ContentHandler):
def pop(self):
result = self.elementStack[-1]
del self.elementStack[-1]
del self.elementStack[-1]
return result
def setDocumentLocator(self, locator):