home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 January
/
Gamestar_80_2006-01_dvd.iso
/
Dema
/
Civilization4
/
data1.cab
/
Civ4DemoComponent
/
Assets
/
Python
/
System
/
dbhash.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Python Compiled Bytecode
|
2005-11-09
|
606 b
|
21 lines
# Source Generated with Decompyle++
# File: in.pyc (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)