OXIESEC PANEL
- Current Dir:
/
/
snap
/
core20
/
2582
/
usr
/
lib
/
python3.8
/
dbm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
04/29/2025 04:07:53 PM
rwxr-xr-x
📄
__init__.py
5.7 KB
03/18/2025 08:04:55 PM
rw-r--r--
📁
__pycache__
-
04/29/2025 04:07:52 PM
rwxr-xr-x
📄
dumb.py
11.27 KB
03/18/2025 08:04:55 PM
rw-r--r--
📄
gnu.py
186 bytes
03/18/2025 08:04:55 PM
rw-r--r--
📄
ndbm.py
70 bytes
03/18/2025 08:04:55 PM
rw-r--r--
Editing: gnu.py
Close
"""Provide the _gdbm module as a dbm submodule.""" try: from _gdbm import * except ImportError as msg: raise ImportError(str(msg) + ', please install the python3-gdbm package')