summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/db.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2008-05-22 15:27:38 (GMT)
committerJesus Cea <jcea@jcea.es>2008-05-22 15:27:38 (GMT)
commitca3939cd52664cce10283cb47b360f1df1552fa0 (patch)
tree64bcf50336b2a496963fb7f11f0ff7d1bac3f9c1 /Lib/bsddb/db.py
parent9a8af2df23a9e96ce5034b42c9f22ffdb7e033f8 (diff)
downloadcpython-ca3939cd52664cce10283cb47b360f1df1552fa0.zip
cpython-ca3939cd52664cce10283cb47b360f1df1552fa0.tar.gz
cpython-ca3939cd52664cce10283cb47b360f1df1552fa0.tar.bz2
bsddb module updated to version 4.7.0
Diffstat (limited to 'Lib/bsddb/db.py')
-rw-r--r--Lib/bsddb/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/db.py b/Lib/bsddb/db.py
index 3bd0c8b..57bb46e 100644
--- a/Lib/bsddb/db.py
+++ b/Lib/bsddb/db.py
@@ -48,4 +48,4 @@ else:
from _bsddb import __version__
if version() < (3, 2, 0):
- raise ImportError, "correct BerkeleyDB symbols not found. Perhaps python was statically linked with an older version?"
+ raise ImportError, "correct Berkeley DB symbols not found. Perhaps python was statically linked with an older version?"