From 71e69bc81462b72c45b2f86a689b9a680918cc0d Mon Sep 17 00:00:00 2001 From: Jonathan Ballet Date: Sat, 6 Nov 2010 15:01:33 +0100 Subject: Remove spurious message 'install_dir' Fixes #184 --HG-- branch : distribute extra : rebase_source : b4ecdac54934e36dfbb74949c87b4af1fc2b1b86 --- setuptools/command/easy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools') 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') -- cgit v1.2.3