Re-arrange things and remove some unused variables/imports to keep pychecker

happy.  (This does not cover everything it complained about, though.)
This commit is contained in:
Fred Drake 2001-10-26 18:02:28 +00:00
parent c916f5a390
commit 5445f078df
2 changed files with 14 additions and 4 deletions

View file

@ -423,7 +423,6 @@ class SGMLParser(markupbase.ParserBase):
def unknown_endtag(self, tag): pass
def unknown_charref(self, ref): pass
def unknown_entityref(self, ref): pass
def unknown_decl(self, data): pass
class TestSGMLParser(SGMLParser):