home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2010 May
/
maximum-cd-2010-05.iso
/
DiscContents
/
boxee-0.9.20.10711.exe
/
system
/
python
/
Lib
/
dbhash.pyo
(
.txt
)
< 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 Compiled Bytecode
|
2009-07-20
|
565 b
|
21 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.4)
'''Provide a (g)dbm-compatible interface to bsddb.hashopen.'''
import sys
try:
import bsddb
except ImportError:
del sys.modules[__name__]
raise
__all__ = [
'error',
'open']
error = bsddb.error
def open(file, flag = 'r', mode = 438):
return bsddb.hashopen(file, flag, mode)