[Zodb-checkins] CVS: ZODB3/BDBStorage - __init__.py:1.8.6.2
Barry Warsaw
barry@wooz.org
Tue, 21 Jan 2003 17:31:59 -0500
Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv29208
Modified Files:
Tag: ZODB3-3_1-branch
__init__.py
Log Message:
Backporting of various changes from the 3.2 branch. Specifically:
- get ZERO from the package
=== ZODB3/BDBStorage/__init__.py 1.8.6.1 => 1.8.6.2 ===
--- ZODB3/BDBStorage/__init__.py:1.8.6.1 Tue Jan 7 14:38:52 2003
+++ ZODB3/BDBStorage/__init__.py Tue Jan 21 17:31:56 2003
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
@@ -35,3 +35,6 @@
db = None
is_available = bool(db)
+
+# Useful constants
+ZERO = '\0'*8