Commit 71e69bc8 authored by Jonathan Ballet's avatar Jonathan Ballet

Remove spurious message 'install_dir'

Fixes #184

--HG--
branch : distribute
extra : rebase_source : b4ecdac54934e36dfbb74949c87b4af1fc2b1b86
parent ecf025e1
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment