mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Tkinter renaming reversal: Delete all stubs from lib-tk.
This commit is contained in:
parent
7bb1653cc3
commit
248e3a8b7f
15 changed files with 0 additions and 120 deletions
|
@ -1,8 +0,0 @@
|
|||
import sys
|
||||
from warnings import warnpy3k
|
||||
|
||||
warnpy3k("the Tix module has been renamed "
|
||||
"to 'tkinter.tix' in Python 3.0", stacklevel=2)
|
||||
|
||||
import tkinter.tix
|
||||
sys.modules[__name__] = tkinter.tix
|
Loading…
Add table
Add a link
Reference in a new issue