[Python-checkins] r67035 - doctools/trunk/tests/test_build.py
georg.brandl
python-checkins at python.org
Mon Oct 27 18:36:20 CET 2008
Author: georg.brandl
Date: Mon Oct 27 18:36:19 2008
New Revision: 67035
Log:
Remove outdated check.
Modified:
doctools/trunk/tests/test_build.py
Modified: doctools/trunk/tests/test_build.py
==============================================================================
--- doctools/trunk/tests/test_build.py (original)
+++ doctools/trunk/tests/test_build.py Mon Oct 27 18:36:19 2008
@@ -93,8 +93,6 @@
'\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)
More information about the Python-checkins
mailing list