quiet the HTMLParser debug info - closes #517

This commit is contained in:
Filippo Valsorda 2012-11-09 12:32:07 +01:00
parent 4cc391461a
commit 5d40a470a2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class IDParser(HTMLParser.HTMLParser):
HTMLParser.HTMLParser.__init__(self)
def error(self, message):
print >> sys.stderr, self.getpos()
#print >> sys.stderr, self.getpos()
if self.error_count > 10 or self.started:
raise HTMLParser.HTMLParseError(message, self.getpos())
self.rawdata = '\n'.join(self.html.split('\n')[self.getpos()[0]:]) # skip one line