[Checkins] SVN: Zope/trunk/buildout.cfg Allow getting argparse from googlecode

Hanno Schlichting hannosch at hannosch.eu
Thu Apr 7 04:30:30 EDT 2011


Log message for revision 121322:
  Allow getting argparse from googlecode
  

Changed:
  U   Zope/trunk/buildout.cfg

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2011-04-07 08:29:22 UTC (rev 121321)
+++ Zope/trunk/buildout.cfg	2011-04-07 08:30:30 UTC (rev 121322)
@@ -2,8 +2,9 @@
 extensions = mr.developer
 
 allow-hosts =
-    pypi.python.org
+    *.python.org
     *.zope.org
+    argparse.googlecode.com
 allow-picked-versions = false
 always-accept-server-certificate = true
 develop = .



More information about the checkins mailing list