diff options
| author | Erik Bray <embray@stsci.edu> | 2012-09-11 08:00:12 -0400 |
|---|---|---|
| committer | Erik Bray <embray@stsci.edu> | 2012-09-11 08:00:12 -0400 |
| commit | 8866de1785cc6961d2111f1e0f55b781a7de660d (patch) | |
| tree | 31d7280d390698089df7707e7bbe8607e982c1e2 | |
| parent | 751bf7fe620330ecfa68ae015ba92088c21f1707 (diff) | |
| download | python-setuptools-git-8866de1785cc6961d2111f1e0f55b781a7de660d.tar.gz | |
Remove missing import (since b62968cd2666)
--HG--
branch : distribute
extra : rebase_source : d1190f895d794dfcb838f7eb40a60ab07b8b309e
| -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 a7b26037..9c37bb9a 100644 --- a/_markerlib/__init__.py +++ b/_markerlib/__init__.py @@ -1,2 +1,2 @@ """Used by pkg_resources to interpret PEP 345 environment markers.""" -from _markerlib.markers import default_environment, compile, interpret, as_function +from _markerlib.markers import default_environment, compile, interpret |
