We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce94f9e commit 01000eaCopy full SHA for 01000ea
1 file changed
Lib/tkinter/__init__.py
@@ -36,7 +36,6 @@
36
lazy import enum
37
lazy import sys
38
lazy import types
39
-lazy import re
40
41
TclError = _tkinter.TclError
42
@@ -46,6 +45,8 @@
46
45
TkVersion = float(_tkinter.TK_VERSION)
47
TclVersion = float(_tkinter.TCL_VERSION)
48
+lazy import re
49
+
50
READABLE = _tkinter.READABLE
51
WRITABLE = _tkinter.WRITABLE
52
EXCEPTION = _tkinter.EXCEPTION
0 commit comments