home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC PowerPlay 56
/
CDPowerplay56Disc2.iso
/
demos
/
blade
/
data1.cab
/
Program_Executable_Files
/
Lib
/
PythonLib
/
dbhash.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2000-10-27
|
186 b
|
9 lines
"""Provide a (g)dbm-compatible interface to bsdhash.hashopen."""
import bsddb
error = bsddb.error
def open(file, flag, mode=0666):
return bsddb.hashopen(file, flag, mode)