[Zodb-checkins] SVN: ZODB/branches/3.7/setup.py It's 3.7 now.

Chris McDonough chrism at plope.com
Sun Aug 13 17:33:18 EDT 2006


Log message for revision 69459:
  It's 3.7 now.
  

Changed:
  U   ZODB/branches/3.7/setup.py

-=-
Modified: ZODB/branches/3.7/setup.py
===================================================================
--- ZODB/branches/3.7/setup.py	2006-08-13 21:32:09 UTC (rev 69458)
+++ ZODB/branches/3.7/setup.py	2006-08-13 21:33:17 UTC (rev 69459)
@@ -49,7 +49,7 @@
 from distutils.util import convert_path
 
 if sys.version_info < (2, 4, 2):
-    print "ZODB 3.3 requires Python 2.4.2 or higher"
+    print "ZODB 3.7 requires Python 2.4.2 or higher"
     sys.exit(0)
 
 # Include directories for C extensions



More information about the Zodb-checkins mailing list