
| Current Path : /proc/thread-self/root/snap/core24/1499/lib/python3.12/dbm/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/snap/core24/1499/lib/python3.12/dbm/ndbm.py |
"""Provide the _dbm module as a dbm submodule."""
try:
from _dbm import *
except ImportError as msg:
raise ImportError(str(msg) + ', please install the python3-gdbm package')