diff options
| -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 |
