[Zodb-checkins] CVS: Zope/lib/python/BDBStorage -
__init__.py:1.17.16.2
Chris McDonough
chrism at plope.com
Sun Mar 28 06:12:18 EST 2004
Update of /cvs-repository/Zope/lib/python/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv2971/lib/python/BDBStorage
Modified Files:
Tag: Zope-2_7-branch
__init__.py
Log Message:
Merge chrism-publishfile-branch. See http://dev.zope.org/Wikis/DevSite/Proposals/FasterStaticContentServing for more information.
=== Zope/lib/python/BDBStorage/__init__.py 1.17.16.1 => 1.17.16.2 ===
--- Zope/lib/python/BDBStorage/__init__.py:1.17.16.1 Mon Sep 15 14:03:04 2003
+++ Zope/lib/python/BDBStorage/__init__.py Sun Mar 28 06:11:47 2004
@@ -26,6 +26,9 @@
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