PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/future/moves/tkinter
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 colorchooser.py
↓
X
📄 commondialog.py
↓
X
📄 constants.py
↓
X
📄 dialog.py
↓
X
📄 dnd.py
↓
X
📄 filedialog.py
↓
X
📄 font.py
↓
X
📄 messagebox.py
↓
X
📄 scrolledtext.py
↓
X
📄 simpledialog.py
↓
X
📄 tix.py
↓
X
📄 ttk.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: dnd.py
from __future__ import absolute_import from future.utils import PY3 if PY3: from tkinter.dnd import * else: try: from Tkdnd import * except ImportError: raise ImportError('The Tkdnd module is missing. Does your Py2 ' 'installation include tkinter?')
SIMPAN PERUBAHAN