summaryrefslogtreecommitdiff
path: root/src/lxml/ElementInclude.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lxml/ElementInclude.py')
-rw-r--r--src/lxml/ElementInclude.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lxml/ElementInclude.py b/src/lxml/ElementInclude.py
index d78114c1..471893fa 100644
--- a/src/lxml/ElementInclude.py
+++ b/src/lxml/ElementInclude.py
@@ -50,7 +50,8 @@ Python, ElementTree compatible implementation that supports a simple
form of custom URL resolvers.
"""
-import copy, etree
+from lxml import etree
+import copy
from urlparse import urljoin
from urllib2 import urlopen