Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32
/
.
/
Lib
/
lib-tk
/
Tix.py
blob: 77d3df09e13b93982b97ca1c1bd0354d1c94c1dd [
file
] [
log
] [
blame
]
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