summaryrefslogtreecommitdiff
path: root/_markerlib/__init__.py
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-08-27 18:54:29 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-08-27 18:54:29 -0400
commit9ebbe014df37c19976a5a9cb0ac2fa228a03144a (patch)
tree0e16b78ef375b075a480b918052311b614d07659 /_markerlib/__init__.py
parent4095eb5d31995c4a80d0a9b5125d8cefbf1d8390 (diff)
downloadpython-setuptools-git-9ebbe014df37c19976a5a9cb0ac2fa228a03144a.tar.gz
impractical to support _markerlib on Python < 2.6 (no compile(ast))
--HG-- branch : distribute extra : rebase_source : c5019294d83fab26bc393fe72f086d0b13b1e337
Diffstat (limited to '_markerlib/__init__.py')
-rw-r--r--_markerlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/_markerlib/__init__.py b/_markerlib/__init__.py
index ef8c994c..a7b26037 100644
--- a/_markerlib/__init__.py
+++ b/_markerlib/__init__.py
@@ -1 +1,2 @@
+"""Used by pkg_resources to interpret PEP 345 environment markers."""
from _markerlib.markers import default_environment, compile, interpret, as_function