aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authortarek <none@none>2009-08-04 03:03:50 +0200
committertarek <none@none>2009-08-04 03:03:50 +0200
commit897e85aac71a6057ec09d0ff8e93b32665c91979 (patch)
tree9f621fb5b2b5eb65d509de34c468c8d93e5fde66 /bootstrap.py
parentb934c406ef9371ad36a23e608dcd752b8c311946 (diff)
downloadexternal_python_setuptools-897e85aac71a6057ec09d0ff8e93b32665c91979.tar.gz
external_python_setuptools-897e85aac71a6057ec09d0ff8e93b32665c91979.tar.bz2
external_python_setuptools-897e85aac71a6057ec09d0ff8e93b32665c91979.zip
typo
--HG-- branch : distribute extra : rebase_source : 7cfffe36c679de9f95b776786e808d04c7e05e4c
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 614f4983..53c0a11d 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -219,7 +219,7 @@ def after_install(dist):
log.warn('Could not find the install location')
return
pyver = '%s.%s' % (sys.version_info[0], sys.version_info[1])
- setuptools_file = 'setuptools-0.6c9-py%s.egg' % pyver
+ setuptools_file = 'setuptools-0.6c9-py%s.egg-info' % pyver
pkg_info = os.path.join(placeholder, setuptools_file)
if os.path.exists(pkg_info):
log.warn('%s already exists' % pkg_info)