diff options
Diffstat (limited to 'Lib/lib-tk/Tkconstants.py')
-rw-r--r-- | Lib/lib-tk/Tkconstants.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py deleted file mode 100644 index 1cf2c8f8bd..0000000000 --- a/Lib/lib-tk/Tkconstants.py +++ /dev/null @@ -1,8 +0,0 @@ -import sys -from warnings import warnpy3k - -warnpy3k("the Tkconstants module has been renamed " - "to 'tkinter.constants' in Python 3.0", stacklevel=2) - -import tkinter.constants -sys.modules[__name__] = tkinter.constants |