summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/dbshelve.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-19 17:48:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-19 17:48:49 (GMT)
commit7a3bae410df3dd0032509b97077d0c4d98276fdd (patch)
treeec7d16e459de34e96981cf92543bb05d29265738 /Lib/bsddb/dbshelve.py
parent1c6b1a2b4ea38955a3f0514f4709bafd0be96c5e (diff)
downloadcpython-7a3bae410df3dd0032509b97077d0c4d98276fdd.zip
cpython-7a3bae410df3dd0032509b97077d0c4d98276fdd.tar.gz
cpython-7a3bae410df3dd0032509b97077d0c4d98276fdd.tar.bz2
Replace bsddb3 and _db occurrences.
Diffstat (limited to 'Lib/bsddb/dbshelve.py')
-rw-r--r--Lib/bsddb/dbshelve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/dbshelve.py b/Lib/bsddb/dbshelve.py
index ce4a466..ab63636 100644
--- a/Lib/bsddb/dbshelve.py
+++ b/Lib/bsddb/dbshelve.py
@@ -31,7 +31,7 @@ storage.
#------------------------------------------------------------------------
import cPickle
-from bsddb3 import db
+from bsddb import db
#------------------------------------------------------------------------