]> granicus.if.org Git - python/commitdiff
Some of the test cases were failing due to the busted (relative) import.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 30 Apr 2006 02:32:45 +0000 (02:32 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 30 Apr 2006 02:32:45 +0000 (02:32 +0000)
This fixes some of the failures, but there are still more.

Lib/xmlcore/etree/ElementInclude.py

index 974cc2146dc6cfa815cba4e48c1151be69be2020..d7f85b3217c4abf322a65aaf15583409c0919a57 100644 (file)
@@ -49,7 +49,7 @@
 ##
 
 import copy
-import ElementTree
+from . import ElementTree
 
 XINCLUDE = "{http://www.w3.org/2001/XInclude}"