Update of /cvs-repository/Zope3/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv6251
Modified Files:
Tag: Zope-3x-branch
utils.py
Log Message:
Other modules need the definition of t32
=== Zope3/lib/python/ZODB/utils.py 1.8.22.1 => 1.8.22.2 ===
U64 = u64
+# clients use this module to get this contant
+t32 = 1L << 32
+
def cp(f1, f2, l):
read = f1.read
write = f2.write