Replace bsddb3 and _db occurrences.

This commit is contained in:
Martin v. Löwis 2002-11-19 17:48:49 +00:00
parent 1c6b1a2b4e
commit 7a3bae410d
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ import xdrlib
import re
import copy
from bsddb3.db import *
from bsddb.db import *
class TableDBError(StandardError): pass