Remove outdated check.

This commit is contained in:
Georg Brandl 2008-10-27 17:36:19 +00:00
parent 4d07c757ed
commit fb58083eb5

View File

@ -93,8 +93,6 @@ def test_html(app):
'\n'.join(difflib.ndiff(html_warnings_exp.splitlines(),
html_warnings.splitlines()))
if not ET:
return
for fname, paths in HTML_XPATH.iteritems():
parser = NslessParser()
parser.entity.update(htmlentitydefs.entitydefs)