[Zodb-checkins] CVS: Zope/lib/python/BDBStorage -
__init__.py:1.17.16.3
Chris McDonough
chrism at plope.com
Sun Mar 28 06:20:26 EST 2004
Update of /cvs-repository/Zope/lib/python/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv7135
Modified Files:
Tag: Zope-2_7-branch
__init__.py
Log Message:
Re-enable BDB that was disabled due to an errant checkin.
=== Zope/lib/python/BDBStorage/__init__.py 1.17.16.2 => 1.17.16.3 ===
--- Zope/lib/python/BDBStorage/__init__.py:1.17.16.2 Sun Mar 28 06:11:47 2004
+++ Zope/lib/python/BDBStorage/__init__.py Sun Mar 28 06:20:25 2004
@@ -26,9 +26,6 @@
except ImportError:
db = None
-# shut off bdb
-db = None
-
# This flag tells other components whether Berkeley storage is available
is_available = bool(db)
More information about the Zodb-checkins
mailing list