summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ptr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ptr.py b/ptr.py
index f3952e8..cf45e68 100644
--- a/ptr.py
+++ b/ptr.py
@@ -38,8 +38,8 @@ class CustomizedDist(Distribution):
index_url = None
def fetch_build_egg(self, req):
- """ Specialized version of Distribution.fetch_build_egg
- that respects respects allow_hosts and index_url. """
+ """Specialized version of Distribution.fetch_build_egg
+ that respects respects allow_hosts and index_url."""
from setuptools.command.easy_install import easy_install
dist = Distribution({'script_args': ['easy_install']})