summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-10-11 12:55:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-10-11 12:55:09 -0400
commit2131f9153005c982c7ff7efbff05cbcd8dba4f66 (patch)
treed426fe3e830f17a7cc6af06705319c9c0b7c13b2
parent0e4520d173a09252d9845783514fc6d2d7f8f610 (diff)
downloadpython-setuptools-bitbucket-2131f9153005c982c7ff7efbff05cbcd8dba4f66.tar.gz
Remove TODO comment, now done
-rw-r--r--pkg_resources.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 1ca8dd8e..35e2ed24 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -626,7 +626,6 @@ class WorkingSet(object):
to_activate.append(dist)
if dist not in req:
# Oops, the "best" so far conflicts with a dependency
- # XXX put more info here
raise VersionConflict(
"%s is installed but %s is required by %s"
% (dist, req, list(required_by.get(req))))