summaryrefslogtreecommitdiff
path: root/src/lxml/ElementInclude.py
diff options
context:
space:
mode:
authorscoder <none@none>2008-05-20 00:01:19 +0200
committerscoder <none@none>2008-05-20 00:01:19 +0200
commite94e7b6ad00c12b77212f0e7b70eca3527b18d80 (patch)
treefbff2d4e581a2c24e083ea4cb743cf210f833bb1 /src/lxml/ElementInclude.py
parent247c8fc1801a180370281530892af468b3aa2ca9 (diff)
downloadpython-lxml-e94e7b6ad00c12b77212f0e7b70eca3527b18d80.tar.gz
[svn r3685] r4231@delle: sbehnel | 2008-05-19 23:46:38 +0200
Py3 fixes --HG-- branch : trunk
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