diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2009-08-08 12:14:21 +0100 |
---|---|---|
committer | Hanno Schlichting <hanno@hannosch.eu> | 2009-08-08 12:14:21 +0100 |
commit | def1a4f577242d326a93268c2851e2b3f48c5329 (patch) | |
tree | 50bd0a0c14826d977700389bc49a0f6bfa284767 /virtual-python.py | |
parent | 9fc8f75bc04283b8a724e5245703fe62bdde6528 (diff) | |
download | external_python_setuptools-def1a4f577242d326a93268c2851e2b3f48c5329.tar.gz external_python_setuptools-def1a4f577242d326a93268c2851e2b3f48c5329.tar.bz2 external_python_setuptools-def1a4f577242d326a93268c2851e2b3f48c5329.zip |
Change references to ez_setup to point to our own bootstrapping instead.
--HG--
branch : distribute
extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846
Diffstat (limited to 'virtual-python.py')
-rwxr-xr-x | virtual-python.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual-python.py b/virtual-python.py index 8624f37d..8d705588 100755 --- a/virtual-python.py +++ b/virtual-python.py @@ -115,8 +115,8 @@ def main(): print 'Please make sure you remove any previous custom paths from' print "your", pydistutils, "file." - print "You're now ready to download ez_setup.py, and run" - print py_executable, "ez_setup.py" + print "You're now ready to download bootstrapping.py, and run" + print py_executable, "bootstrapping.py" if __name__ == '__main__': main() |