[Zodb-checkins] CVS: ZODB3/BDBStorage - __init__.py:1.17.14.2
Jeremy Hylton
jeremy at zope.com
Mon Sep 15 11:09:10 EDT 2003
Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv15917
Modified Files:
Tag: ZODB3-3_2-branch
__init__.py
Log Message:
Remove 2.1 compatibility code.
=== ZODB3/BDBStorage/__init__.py 1.17.14.1 => 1.17.14.2 ===
--- ZODB3/BDBStorage/__init__.py:1.17.14.1 Mon Jul 28 18:05:16 2003
+++ ZODB3/BDBStorage/__init__.py Mon Sep 15 11:09:09 2003
@@ -15,14 +15,8 @@
# Requirements:
#
# All: BerkeleyDB 4.1.25, available from www.sleepycat.com
-# Python 2.2, 2.1: PyBSDDB 4.1.3 or better, from pybsddb.sf.net
+# Python 2.2: PyBSDDB 4.1.3 or better, from pybsddb.sf.net
# Python 2.3: nothing extra
-
-try:
- bool
-except NameError:
- def bool(x):
- return not not x
try:
from bsddb import db
More information about the Zodb-checkins
mailing list