From 2131f9153005c982c7ff7efbff05cbcd8dba4f66 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 11 Oct 2014 12:55:09 -0400 Subject: Remove TODO comment, now done --- pkg_resources.py | 1 - 1 file changed, 1 deletion(-) 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)))) -- cgit v1.2.1