summaryrefslogtreecommitdiff
path: root/pkg_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 62b6ab1a..2acd43bb 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -1873,7 +1873,7 @@ class EntryPoint(object):
src
)
else:
- return cls(name.strip(), value.lstrip(), attrs, extras, dist)
+ return cls(name.strip(), value.strip(), attrs, extras, dist)
parse = classmethod(parse)