summaryrefslogtreecommitdiff
path: root/modules/language/python/module/xml/etree/ElementInclude.py
diff options
context:
space:
mode:
authorStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-09-12 21:27:03 +0200
committerStefan Israelsson Tampe <stefan.itampe@gmail.com>2018-09-12 21:27:03 +0200
commit02ed5ec9f06962b4ea5abb389a7c3d009af64524 (patch)
tree662b073f1f513a24dd7a964416ef448d2846f2d5 /modules/language/python/module/xml/etree/ElementInclude.py
parent37e74d5ff3ea8023db23fcd7edd33af5cbda4687 (diff)
relative references in import
Diffstat (limited to 'modules/language/python/module/xml/etree/ElementInclude.py')
-rw-r--r--modules/language/python/module/xml/etree/ElementInclude.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/module/xml/etree/ElementInclude.py b/modules/language/python/module/xml/etree/ElementInclude.py
index ed4b682..f69611d 100644
--- a/modules/language/python/module/xml/etree/ElementInclude.py
+++ b/modules/language/python/module/xml/etree/ElementInclude.py
@@ -51,7 +51,7 @@ module(xml,etree,ElementInclude)
##
import copy
-from . import ElementTree
+import xml.etree.ElementTree as ElementTree
XINCLUDE = "{http://www.w3.org/2001/XInclude}"