from __future__ import absolute_import from future.utils import PY3 __future_module__ = True if not PY3: from Tkinter import * from Tkinter import (_cnfmerge, _default_root, _flatten, _support_default_root, _test, _tkinter, _setit) try: # >= 2.7.4 from Tkinter import (_join) except ImportError: pass try: # >= 2.7.4 from Tkinter import (_stringify) except ImportError: pass try: # >= 2.7.9 from Tkinter import (_splitdict) except ImportError: pass else: from tkinter import *
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 620 B | 0644 |
|
colorchooser.py | File | 333 B | 0644 |
|
commondialog.py | File | 333 B | 0644 |
|
constants.py | File | 324 B | 0644 |
|
dialog.py | File | 311 B | 0644 |
|
dnd.py | File | 306 B | 0644 |
|
filedialog.py | File | 323 B | 0644 |
|
font.py | File | 309 B | 0644 |
|
messagebox.py | File | 327 B | 0644 |
|
scrolledtext.py | File | 329 B | 0644 |
|
simpledialog.py | File | 329 B | 0644 |
|
tix.py | File | 302 B | 0644 |
|
ttk.py | File | 302 B | 0644 |
|