📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 00:17:47
📂
/ (Root)
/
usr
/
lib
/
python3.5
/
dbm
📍 /usr/lib/python3.5/dbm
🔄 Refresh
✏️
Editing: gnu.py
Read Only
"""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')
💾 Save Changes
❌ Cancel