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: dialog.py
from __future__ import absolute_import from future.utils import PY3 if PY3: from tkinter.dialog import * else: try: from Dialog import * except ImportError: raise ImportError('The Dialog module is missing. Does your Py2 ' 'installation include tkinter?')
SIMPAN PERUBAHAN