summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/bsddb/db.py')
-rw-r--r--Lib/bsddb/db.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/bsddb/db.py b/Lib/bsddb/db.py
index b4365d0..c1749df 100644
--- a/Lib/bsddb/db.py
+++ b/Lib/bsddb/db.py
@@ -37,8 +37,8 @@
# case we ever want to augment the stuff in _db in any way. For now
# it just simply imports everything from _db.
-from _db import *
-from _db import __version__
+from _bsddb import *
+from _bsddb import __version__
if version() < (3, 1, 0):
raise ImportError, "BerkeleyDB 3.x symbols not found. Perhaps python was statically linked with an older version?"