diff options
| author | tarek <none@none> | 2009-11-30 15:22:16 +0100 |
|---|---|---|
| committer | tarek <none@none> | 2009-11-30 15:22:16 +0100 |
| commit | 8159dbb1f94821a8ec481662a87914826fb8c7c4 (patch) | |
| tree | 58d4bece7e451efed04a16e4e550648458f8f0fe /pkg_resources.py | |
| parent | fc29160b3da4e5c53e03a50bf167ea8147cdab11 (diff) | |
| download | python-setuptools-git-8159dbb1f94821a8ec481662a87914826fb8c7c4.tar.gz | |
displaying the package location
--HG--
branch : distribute
extra : rebase_source : bdc220d0997e6a50027bdaa96bf69e2bccd3415b
Diffstat (limited to 'pkg_resources.py')
| -rw-r--r-- | pkg_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py index 4975680d..70a32710 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -2262,7 +2262,7 @@ class Distribution(object): if '0.7' in version: raise ValueError( "A 0.7-series setuptools cannot be installed " - "with distribute") + "with distribute. Found one at %s" % str(self.location)) if not loc: return |
