Changeset 381
- Timestamp:
- Tue Dec 4 11:06:10 2007
- Files:
-
- branches/python2.5/buildtests/test13.py (modified) (diff)
- branches/python2.5/hooks/hook-_elementtree.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/python2.5/buildtests/test13.py
r379 r381 18 18 print "test13 - Used to fail if _xmlplus is installed" 19 19 20 from xml.etree.cElementTree import parse, SubElement20 import _elementtree 20 20 21 21 print "test13 DONE"
