__all__ = ()
import reprlib
-from _thread import get_ident
from . import format_helpers
import inspect
import os
import sys
-import traceback
import types
from . import exceptions
from . import mixins
-from . import tasks
class _ContextManagerMixin:
async def __aenter__(self):
import functools
import threading
import signal
-import sys
from . import coroutines
from . import events
from . import exceptions
import socket
import sys
-import warnings
import weakref
if hasattr(socket, 'AF_UNIX'):
Email: <fdrake@acm.org>
"""
-import _imp
import os
import re
import sys
"""
import re
-from tkinter import (Toplevel, Listbox, Scale, Canvas,
+from tkinter import (Toplevel, Listbox, Canvas,
StringVar, BooleanVar, IntVar, TRUE, FALSE,
TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE,
NONE, BOTH, X, Y, W, E, EW, NS, NSEW, NW,
* std streams (pyshell, run),
* warning stuff (pyshell, run).
"""
-from os import path
# .pyw is for Windows; .pyi is for stub files.
py_extensions = ('.py', '.pyw', '.pyi') # Order needed for open/save dialogs.
from time import monotonic as _time
from _weakrefset import WeakSet
-from itertools import islice as _islice, count as _count
+from itertools import count as _count
try:
from _collections import deque as _deque
except ImportError:
__all__ = ["Dialog"]
-from tkinter import Frame, _get_temp_root, _destroy_temp_root
+from tkinter import _get_temp_root, _destroy_temp_root
class Dialog:
from collections import namedtuple
import functools
import re
-import sys
import types
import warnings
import http.client
import io
import os
-import posixpath
import re
import socket
import string