[Python-checkins] r43122 - sandbox/trunk/setuptools/setuptools/package_index.py

phillip.eby python-checkins at python.org
Fri Mar 17 19:05:56 CET 2006


Author: phillip.eby
Date: Fri Mar 17 19:05:54 2006
New Revision: 43122
Modified:
 sandbox/trunk/setuptools/setuptools/package_index.py
Log:
Fix a problem with fetch() method backward compatibility.
Modified: sandbox/trunk/setuptools/setuptools/package_index.py
==============================================================================
--- sandbox/trunk/setuptools/setuptools/package_index.py	(original)
+++ sandbox/trunk/setuptools/setuptools/package_index.py	Fri Mar 17 19:05:54 2006
@@ -437,7 +437,7 @@
 ``location`` of the downloaded distribution instead of a distribution
 object.
 """
- dist = self.fetch_dist(requirement,tmpdir,force_scan,source)
+ dist = self.fetch_distribution(requirement,tmpdir,force_scan,source)
 if dist is not None:
 return dist.location
 return None


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /