Tkinter renaming reversal: Delete all stubs from lib-tk.

This commit is contained in:
Georg Brandl 2008-05-20 06:49:28 +00:00
parent 7bb1653cc3
commit 248e3a8b7f
15 changed files with 0 additions and 120 deletions

View file

@ -1,8 +0,0 @@
import sys
from warnings import warnpy3k
warnpy3k("the FixTk module has been renamed "
"to 'tkinter._fix' in Python 3.0", stacklevel=2)
import tkinter._fix
sys.modules[__name__] = tkinter._fix