From: Neal Norwitz Date: Sun, 30 Apr 2006 02:32:45 +0000 (+0000) Subject: Some of the test cases were failing due to the busted (relative) import. X-Git-Tag: v3.0a1~1417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5584245f584edc88d02bdebf7864e31f086622c6;p=python Some of the test cases were failing due to the busted (relative) import. This fixes some of the failures, but there are still more. --- diff --git a/Lib/xmlcore/etree/ElementInclude.py b/Lib/xmlcore/etree/ElementInclude.py index 974cc2146d..d7f85b3217 100644 --- a/Lib/xmlcore/etree/ElementInclude.py +++ b/Lib/xmlcore/etree/ElementInclude.py @@ -49,7 +49,7 @@ ## import copy -import ElementTree +from . import ElementTree XINCLUDE = "{http://www.w3.org/2001/XInclude}"