[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/easy_install.py Updated to reflect recent pypi name change.

Jim Fulton jim at zope.com
Sun Jan 13 14:36:11 EST 2008


Log message for revision 82850:
  Updated to reflect recent pypi name change.
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/easy_install.py

-=-
Modified: zc.buildout/trunk/src/zc/buildout/easy_install.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/easy_install.py	2008-01-13 19:36:04 UTC (rev 82849)
+++ zc.buildout/trunk/src/zc/buildout/easy_install.py	2008-01-13 19:36:11 UTC (rev 82850)
@@ -38,7 +38,7 @@
 
 default_index_url = os.environ.get(
     'buildout-testing-index-url',
-    'http://cheeseshop.python.org/simple',
+    'http://pypi.python.org/simple',
     )
 
 logger = logging.getLogger('zc.buildout.easy_install')



More information about the Checkins mailing list