uawdijnntqw1x1x1
IP : 18.119.132.80
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
..
/
..
/
..
/
usr
/
sbin
/
..
/
.
/
lib64
/
hmaccalc
/
..
/
python2.7
/
dbhash.py
/
/
"""Provide a (g)dbm-compatible interface to bsddb.hashopen.""" import sys import warnings warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2) try: import bsddb except ImportError: # prevent a second import of this module from spuriously succeeding del sys.modules[__name__] raise __all__ = ["error","open"] error = bsddb.error # Exported for anydbm def open(file, flag = 'r', mode=0666): return bsddb.hashopen(file, flag, mode)
/home/jackpotjunglegam/../../../usr/sbin/.././lib64/hmaccalc/../python2.7/dbhash.py