summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-08-05 10:15:50 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-08-05 10:15:50 +0200
commit6bee2e59e1f8cb0c58e3acaa94a8f9384777f9f1 (patch)
tree4fcfe20a98ac9e9abe0249982baeca2fa4108f45 /src
parentfbff6a6b4bf684da083123a1e414605005065831 (diff)
downloadpython-lxml-6bee2e59e1f8cb0c58e3acaa94a8f9384777f9f1.tar.gz
make legacy import absolute (otherwise fails in Py3)
Diffstat (limited to 'src')
-rw-r--r--src/lxml/pyclasslookup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/pyclasslookup.py b/src/lxml/pyclasslookup.py
index 32c010cf..9e1496df 100644
--- a/src/lxml/pyclasslookup.py
+++ b/src/lxml/pyclasslookup.py
@@ -1,3 +1,3 @@
# dummy module for backwards compatibility
-from etree import PythonElementClassLookup
+from lxml.etree import PythonElementClassLookup