Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32
/
.
/
Lib
/
lib-tk
/
Tkinter.py
blob: 4e56a37452e8a8795369d5a9b3c0451abea699c7 [
file
] [
log
] [
blame
]
import
sys
from
warnings
import
warnpy3k
warnpy3k
(
"the Tkinter module has been renamed "
"to 'tkinter' in Python 3.0"
,
stacklevel
=
2
)
import
tkinter
sys
.
modules
[
__name__
]
=
tkinter