Author: neal.norwitz
Date: Sun Apr 30 04:32:45 2006
New Revision: 45813

Modified:
   python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py
Log:
Some of the test cases were failing due to the busted (relative) import.
This fixes some of the failures, but there are still more.


Modified: python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py
==============================================================================
--- python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py    (original)
+++ python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py    Sun Apr 30 
04:32:45 2006
@@ -49,7 +49,7 @@
 ##
 
 import copy
-import ElementTree
+from . import ElementTree
 
 XINCLUDE = "{http://www.w3.org/2001/XInclude}";
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to