aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ballet <jon@multani.info>2010-11-06 15:01:33 +0100
committerJonathan Ballet <jon@multani.info>2010-11-06 15:01:33 +0100
commit71e69bc81462b72c45b2f86a689b9a680918cc0d (patch)
treee5740d8513a4edffb7e7c0018824265dc9288ea2
parentecf025e13c30a54f7e97a8f531114d64d150fb5f (diff)
downloadexternal_python_setuptools-71e69bc81462b72c45b2f86a689b9a680918cc0d.tar.gz
external_python_setuptools-71e69bc81462b72c45b2f86a689b9a680918cc0d.tar.bz2
external_python_setuptools-71e69bc81462b72c45b2f86a689b9a680918cc0d.zip
Remove spurious message 'install_dir'
Fixes #184 --HG-- branch : distribute extra : rebase_source : b4ecdac54934e36dfbb74949c87b4af1fc2b1b86
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 61fbcf7f..4ffef3de 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -377,7 +377,7 @@ class easy_install(Command):
def check_site_dir(self):
"""Verify that self.install_dir is .pth-capable dir, if needed"""
- print 'install_dir', self.install_dir
+
instdir = normalize_path(self.install_dir)
pth_file = os.path.join(instdir,'easy-install.pth')