diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-11 12:55:09 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-11 12:55:09 -0400 |
commit | 9e8c932911dfa605f48428af7f3c23282012ab6c (patch) | |
tree | 1fa382fd3e3aaeba4e62a737ed064475f4234062 /pkg_resources.py | |
parent | 06ce668daf98eabfe821b8c7a910d067a2290b56 (diff) | |
download | external_python_setuptools-9e8c932911dfa605f48428af7f3c23282012ab6c.tar.gz external_python_setuptools-9e8c932911dfa605f48428af7f3c23282012ab6c.tar.bz2 external_python_setuptools-9e8c932911dfa605f48428af7f3c23282012ab6c.zip |
Remove TODO comment, now done
Diffstat (limited to 'pkg_resources.py')
-rw-r--r-- | pkg_resources.py | 1 |
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)))) |