[Zope-Checkins] CVS: Products/DCOracle2 - install.py:1.5

Matthew T. Kromer matt@zope.com
Mon, 10 Feb 2003 14:15:12 -0500


Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv13439

Modified Files:
	install.py 
Log Message:
Add python 2.2 to list of prebuilt binaries


=== Products/DCOracle2/install.py 1.4 => 1.5 ===
--- Products/DCOracle2/install.py:1.4	Wed Apr 17 15:07:30 2002
+++ Products/DCOracle2/install.py	Mon Feb 10 14:15:11 2003
@@ -60,7 +60,7 @@
     print "http://technet.oracle.com"
     print 
 
-if not version == "1.5.2" and not version ==  "2.1":
+if not version == "1.5.2" and not version ==  "2.1" and not version == "2.2":
     print "ERROR: Python version mismatch" 
     print
     print "The supplied binaries are pre-built against Python 1.5.2 and"