[Checkins] SVN: zc.buildout/branches/use_distribute/bootstrap/bootstrap.py Good thing this has tests ; -)

Chris Withers chris at simplistix.co.uk
Tue Sep 8 09:22:27 EDT 2009


Log message for revision 103645:
  Good thing this has tests ;-)

Changed:
  U   zc.buildout/branches/use_distribute/bootstrap/bootstrap.py

-=-
Modified: zc.buildout/branches/use_distribute/bootstrap/bootstrap.py
===================================================================
--- zc.buildout/branches/use_distribute/bootstrap/bootstrap.py	2009-09-08 13:21:34 UTC (rev 103644)
+++ zc.buildout/branches/use_distribute/bootstrap/bootstrap.py	2009-09-08 13:22:27 UTC (rev 103645)
@@ -34,7 +34,7 @@
         raise ImportError
 except ImportError:
     ez = {}
-    exec urllib2.urlopen('http://nightly.ziade.org/bootstraping.py'
+    exec urllib2.urlopen('http://nightly.ziade.org/distribute_setup.py'
                          ).read() in ez
     ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
     if to_reload:



More information about the checkins mailing list