From def1a4f577242d326a93268c2851e2b3f48c5329 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Sat, 8 Aug 2009 12:14:21 +0100 Subject: Change references to ez_setup to point to our own bootstrapping instead. --HG-- branch : distribute extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846 --- virtual-python.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'virtual-python.py') 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() -- cgit v1.2.1