[Checkins] SVN: ZODB/trunk/setup.py be consistent

Fred Drake cvs-admin at zope.org
Thu Oct 18 12:21:55 UTC 2012


Log message for revision 128060:
  be consistent
  

Changed:
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2012-10-18 11:08:10 UTC (rev 128059)
+++ ZODB/trunk/setup.py	2012-10-18 12:21:52 UTC (rev 128060)
@@ -31,7 +31,7 @@
 import sys
 
 if sys.version_info < (2, 6):
-    print "This version of ZODB requires Python 2.5 or higher"
+    print "This version of ZODB requires Python 2.6 or higher"
     sys.exit(0)
 
 # The (non-obvious!) choices for the Trove Development Status line:



More information about the checkins mailing list