[Checkins] SVN: zope.wfmc/trunk/bootstrap.py revert changes committed by mistake.

Brian Sutherland jinty at web.de
Sat Jul 14 05:48:09 EDT 2007


Log message for revision 77902:
  revert changes committed by mistake.

Changed:
  U   zope.wfmc/trunk/bootstrap.py

-=-
Modified: zope.wfmc/trunk/bootstrap.py
===================================================================
--- zope.wfmc/trunk/bootstrap.py	2007-07-14 09:46:47 UTC (rev 77901)
+++ zope.wfmc/trunk/bootstrap.py	2007-07-14 09:48:09 UTC (rev 77902)
@@ -24,10 +24,10 @@
 
 tmpeggs = tempfile.mkdtemp()
 
-#ez = {}
-#exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
-#                     ).read() in ez
-#ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
+ez = {}
+exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
+                     ).read() in ez
+ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
 
 import pkg_resources
 



More information about the Checkins mailing list