[Zope-Checkins] CVS: ZODB3/BDBStorage - __init__.py:1.16
Barry Warsaw
barry@wooz.org
Mon, 20 Jan 2003 17:15:45 -0500
Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv11983
Modified Files:
__init__.py
Log Message:
Define ZERO here.
=== ZODB3/BDBStorage/__init__.py 1.15 => 1.16 ===
--- ZODB3/BDBStorage/__init__.py:1.15 Fri Jan 3 17:47:09 2003
+++ ZODB3/BDBStorage/__init__.py Mon Jan 20 17:15:43 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