summaryrefslogtreecommitdiff
path: root/modules/language/python/module/xml/etree/ElementInclude.py
diff options
context:
space:
mode:
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}"