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

Matthew T. Kromer matt at zope.com
Tue Aug 26 15:12:19 EDT 2003


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

Modified Files:
	DCOracle2.py 
Log Message:
Make a change to make the code more friendly to Python 1.5.2


=== Products/DCOracle2/DCOracle2/DCOracle2.py 1.101 => 1.102 ===
--- Products/DCOracle2/DCOracle2/DCOracle2.py:1.101	Mon Mar  3 09:58:22 2003
+++ Products/DCOracle2/DCOracle2/DCOracle2.py	Tue Aug 26 14:12:18 2003
@@ -129,7 +129,7 @@
 DEFAULTPROCSIZE=256
 DEFAULTPROCCOUNT=256
 
-NativeNumeric = version.find('NATIVENUMERIC=1') > 0
+NativeNumeric = find(version,'NATIVENUMERIC=1') > 0
 
 DateConversion = None 
 




More information about the Zope-Checkins mailing list