File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737# case we ever want to augment the stuff in _db in any way. For now
3838# it just simply imports everything from _db.
3939
40- from _db import *
41- from _db import __version__
40+ from _bsddb import *
41+ from _bsddb import __version__
4242
4343if version () < (3 , 1 , 0 ):
4444 raise ImportError , "BerkeleyDB 3.x symbols not found. Perhaps python was statically linked with an older version?"
Original file line number Diff line number Diff line change 3131#------------------------------------------------------------------------
3232
3333import cPickle
34- from bsddb3 import db
34+ from bsddb import db
3535
3636#------------------------------------------------------------------------
3737
Original file line number Diff line number Diff line change 2828import re
2929import copy
3030
31- from bsddb3 .db import *
31+ from bsddb .db import *
3232
3333
3434class TableDBError (StandardError ): pass
You can’t perform that action at this time.
0 commit comments