diff options
author | Daniel Holth <dholth@fastmail.fm> | 2012-09-17 08:43:15 -0400 |
---|---|---|
committer | Daniel Holth <dholth@fastmail.fm> | 2012-09-17 08:43:15 -0400 |
commit | fb321a77f92988e24bac25f3493397c82146db6a (patch) | |
tree | 57c87ace0e49bf7b41b849c51d5aedac41d58288 | |
parent | 25d00ab637a11693f0a82548904058095f0a64cb (diff) | |
download | external_python_setuptools-fb321a77f92988e24bac25f3493397c82146db6a.tar.gz external_python_setuptools-fb321a77f92988e24bac25f3493397c82146db6a.tar.bz2 external_python_setuptools-fb321a77f92988e24bac25f3493397c82146db6a.zip |
markerlib -> _markerlib
--HG--
branch : distribute
extra : rebase_source : d44490f6b809c93eb9b20409862ea28a3f039aae
-rw-r--r-- | _markerlib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_markerlib/__init__.py b/_markerlib/__init__.py index d13e4d5a..e2b237b1 100644 --- a/_markerlib/__init__.py +++ b/_markerlib/__init__.py @@ -1,6 +1,6 @@ try: import ast - from markerlib.markers import default_environment, compile, interpret + from _markerlib.markers import default_environment, compile, interpret except ImportError: if 'ast' in globals(): raise |