[Checkins] SVN: zc.buildout/branches/use_distribute/dev.py - change to Tarek's new name for the equivalent of ez_setup.py

Chris Withers chris at simplistix.co.uk
Tue Sep 8 05:58:16 EDT 2009


Log message for revision 103634:
  - change to Tarek's new name for the equivalent of ez_setup.py
  - bix fug

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

-=-
Modified: zc.buildout/branches/use_distribute/dev.py
===================================================================
--- zc.buildout/branches/use_distribute/dev.py	2009-09-08 09:53:32 UTC (rev 103633)
+++ zc.buildout/branches/use_distribute/dev.py	2009-09-08 09:58:16 UTC (rev 103634)
@@ -38,9 +38,9 @@
         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)
+    ez['use_setuptools'](to_dir='eggs', download_delay=0)
     if to_reload:
         reload(pkg_resources)
     else:



More information about the checkins mailing list