[Checkins] SVN: z3c.testing/trunk/buildout.cfg keep Python 2.4	support
    Godefroid Chapelle 
    gotcha at bubblenet.be
       
    Thu Aug  5 04:27:00 EDT 2010
    
    
  
Log message for revision 115486:
  keep Python 2.4 support
Changed:
  U   z3c.testing/trunk/buildout.cfg
-=-
Modified: z3c.testing/trunk/buildout.cfg
===================================================================
--- z3c.testing/trunk/buildout.cfg	2010-08-05 08:24:19 UTC (rev 115485)
+++ z3c.testing/trunk/buildout.cfg	2010-08-05 08:27:00 UTC (rev 115486)
@@ -1,11 +1,15 @@
 [buildout]
 develop = .
 parts = test
+versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.testing [test]
 
+[versions]
+#pin ZODB to keep Python 2.4 support
+ZODB3 = 3.9.4
 
 
 
    
    
More information about the checkins
mailing list