[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/Makefile fix typo
	to refer to a Python interpreter *again*
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Thu Aug 12 15:40:35 EDT 2004
    
    
  
Log message for revision 27077:
  fix typo to refer to a Python interpreter *again*
Changed:
  U   Zope3/branches/ZopeX3-3.0/Makefile
-=-
Modified: Zope3/branches/ZopeX3-3.0/Makefile
===================================================================
--- Zope3/branches/ZopeX3-3.0/Makefile	2004-08-12 19:18:08 UTC (rev 27076)
+++ Zope3/branches/ZopeX3-3.0/Makefile	2004-08-12 19:40:35 UTC (rev 27077)
@@ -1,4 +1,4 @@
-PYTHON=Python2.3
+PYTHON=python2.3
 TESTFLAGS=-p -v
 TESTOPTS=
 SETUPFLAGS=
    
    
More information about the Zope3-Checkins
mailing list