diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-19 17:48:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-19 17:48:49 (GMT) |
commit | 7a3bae410df3dd0032509b97077d0c4d98276fdd (patch) | |
tree | ec7d16e459de34e96981cf92543bb05d29265738 /Lib/bsddb/dbtables.py | |
parent | 1c6b1a2b4ea38955a3f0514f4709bafd0be96c5e (diff) | |
download | cpython-7a3bae410df3dd0032509b97077d0c4d98276fdd.zip cpython-7a3bae410df3dd0032509b97077d0c4d98276fdd.tar.gz cpython-7a3bae410df3dd0032509b97077d0c4d98276fdd.tar.bz2 |
Replace bsddb3 and _db occurrences.
Diffstat (limited to 'Lib/bsddb/dbtables.py')
-rw-r--r-- | Lib/bsddb/dbtables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/dbtables.py b/Lib/bsddb/dbtables.py index 4e93451..f1e88f2 100644 --- a/Lib/bsddb/dbtables.py +++ b/Lib/bsddb/dbtables.py @@ -28,7 +28,7 @@ import xdrlib import re import copy -from bsddb3.db import * +from bsddb.db import * class TableDBError(StandardError): pass |