PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/future/moves/dbm
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 dumb.py
↓
X
📄 gnu.py
↓
X
📄 ndbm.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: gnu.py
from __future__ import absolute_import from future.utils import PY3 if PY3: from dbm.gnu import * else: __future_module__ = True from gdbm import *
SIMPAN PERUBAHAN