diff options
author | Barry Warsaw <barry@python.org> | 2002-12-30 20:53:52 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-12-30 20:53:52 (GMT) |
commit | 9a0d779c7d39ba5f4666eac7c3f913720198e0f8 (patch) | |
tree | 1c4c47178b74e5b8564c625d79a940107c217b04 /Lib/bsddb/test/__init__.py | |
parent | 0a26235e671064ddda5625c1981aa2edf91bb7a8 (diff) | |
download | cpython-9a0d779c7d39ba5f4666eac7c3f913720198e0f8.zip cpython-9a0d779c7d39ba5f4666eac7c3f913720198e0f8.tar.gz cpython-9a0d779c7d39ba5f4666eac7c3f913720198e0f8.tar.bz2 |
Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at
version 4.1.1 and works with up to BerkeleyDB 4.1.25.
Diffstat (limited to 'Lib/bsddb/test/__init__.py')
-rw-r--r-- | Lib/bsddb/test/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/bsddb/test/__init__.py b/Lib/bsddb/test/__init__.py index 6e1c4ed..e69de29 100644 --- a/Lib/bsddb/test/__init__.py +++ b/Lib/bsddb/test/__init__.py @@ -1 +0,0 @@ -# PyBSDDB test suite |