cpython/Lib/tkinter
Georg Brandl 9098a0d100 Don't export a name "tkinter" from the "tkinter" package.
Else people doing "from tkinter import *" will get a nasty surprise.
2008-05-17 18:17:45 +00:00
..
__init__.py Don't export a name "tkinter" from the "tkinter" package. 2008-05-17 18:17:45 +00:00
_fix.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py
font.py
messagebox.py
scrolledtext.py
simpledialog.py Really move the imports to the top this time. :) 2008-05-17 18:15:24 +00:00
tix.py
turtle.py