X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/future/moves/tkinter
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
future
/
moves
/
tkinter
/
??
..
??
__init__.py
(620 B)
??
__pycache__
??
colorchooser.py
(333 B)
??
commondialog.py
(333 B)
??
constants.py
(324 B)
??
dialog.py
(311 B)
??
dnd.py
(306 B)
??
filedialog.py
(534 B)
??
font.py
(309 B)
??
messagebox.py
(327 B)
??
scrolledtext.py
(329 B)
??
simpledialog.py
(329 B)
??
tix.py
(302 B)
??
ttk.py
(302 B)
Editing: colorchooser.py
from __future__ import absolute_import from future.utils import PY3 if PY3: from tkinter.colorchooser import * else: try: from tkColorChooser import * except ImportError: raise ImportError('The tkColorChooser module is missing. Does your Py2 ' 'installation include tkinter?')
Upload File
Create Folder