diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2014-08-05 10:15:50 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2014-08-05 10:15:50 +0200 |
| commit | 6bee2e59e1f8cb0c58e3acaa94a8f9384777f9f1 (patch) | |
| tree | 4fcfe20a98ac9e9abe0249982baeca2fa4108f45 /src | |
| parent | fbff6a6b4bf684da083123a1e414605005065831 (diff) | |
| download | python-lxml-6bee2e59e1f8cb0c58e3acaa94a8f9384777f9f1.tar.gz | |
make legacy import absolute (otherwise fails in Py3)
Diffstat (limited to 'src')
| -rw-r--r-- | src/lxml/pyclasslookup.py | 2 |
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 |
