[Zope3-checkins] SVN: Zope3/trunk/Makefile Add back python version
	number to stay consistent since 2.3.5 is still the currently
	supported version of Python
    Julien Anguenot 
    ja at nuxeo.com
       
    Mon Aug 29 13:18:42 EDT 2005
    
    
  
Log message for revision 38145:
  Add back python version number to stay consistent since 2.3.5 is still the currently supported version of Python
Changed:
  U   Zope3/trunk/Makefile
-=-
Modified: Zope3/trunk/Makefile
===================================================================
--- Zope3/trunk/Makefile	2005-08-29 17:04:17 UTC (rev 38144)
+++ Zope3/trunk/Makefile	2005-08-29 17:18:41 UTC (rev 38145)
@@ -1,4 +1,4 @@
-PYTHON=python
+PYTHON=python2.3
 TESTFLAGS=-v
 TESTOPTS=
 SETUPFLAGS=
    
    
More information about the Zope3-Checkins
mailing list