[Zope3-checkins] CVS: Zope3 - Makefile:1.15

Jim Fulton jim@zope.com
Tue, 25 Mar 2003 11:03:20 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv305

Modified Files:
	Makefile 
Log Message:
Changed the default python back to 2.2.


=== Zope3/Makefile 1.14 => 1.15 ===
--- Zope3/Makefile:1.14	Tue Mar 25 09:47:59 2003
+++ Zope3/Makefile	Tue Mar 25 11:03:18 2003
@@ -1,4 +1,4 @@
-PYTHON=python2.3
+PYTHON=python2.2
 TESTOPTS="!(:?zeo|zodb)"
 
 # XXX What should the default be?