[Zope-Checkins] CVS: Products/DCOracle2/DCOracle2 - version.py:1.1 DCOracle2.py:1.89

Matthew T. Kromer matt@zope.com
Thu, 16 May 2002 22:31:53 -0400


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

Modified Files:
	DCOracle2.py 
Added Files:
	version.py 
Log Message:
Modify LOBs so they have an indicator; a proc which returns an empty lob will return None on a read of a NULL lob, rather than ''.


=== Added File Products/DCOracle2/DCOracle2/version.py ===
#
# DCOracle2 Version File
#

VERSION="(cvs release) -- DCOracle2 "                 # Release version


=== Products/DCOracle2/DCOracle2/DCOracle2.py 1.88 => 1.89 ===
 import time
 from string import split, join, upper, find
+from version import VERSION
 
-version = "$Revision$" [11:-2] + " (dco2: %s %s)" % (
+version = VERSION + "$Revision$" [11:-2]+" (dco2: %s %s)" % ( 
     dco2.__version__, dco2.buildDefs)
 
 apilevel = '2.0'