[Lxml-checkins] r46555 - lxml/trunk/src/lxml/tests
scoder at codespeak.net
scoder at codespeak.net
Thu Sep 13 20:01:29 CEST 2007
Author: scoder
Date: Thu Sep 13 20:01:28 2007
New Revision: 46555
Modified:
lxml/trunk/src/lxml/tests/common_imports.py
Log:
forgotten debug output
Modified: lxml/trunk/src/lxml/tests/common_imports.py
==============================================================================
--- lxml/trunk/src/lxml/tests/common_imports.py (original)
+++ lxml/trunk/src/lxml/tests/common_imports.py Thu Sep 13 20:01:28 2007
@@ -7,7 +7,6 @@
try:
from elementtree import ElementTree # standard ET
- print ElementTree.VERSION
except ImportError:
try:
from xml.etree import ElementTree # Python 2.5+
More information about the lxml-checkins
mailing list