]> granicus.if.org Git - python/commit
Don't export a name "tkinter" from the "tkinter" package.
authorGeorg Brandl <georg@python.org>
Sat, 17 May 2008 18:17:45 +0000 (18:17 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 17 May 2008 18:17:45 +0000 (18:17 +0000)
commit9098a0d1000d6a0d5c5e98ab3f13746c7400c46e
treebdd95e87ebcb3ef4de0a43708dd7b5e8cf4234aa
parentf4a942c98011ddb1f0b985c6a81178baad4e857b
Don't export a name "tkinter" from the "tkinter" package.
Else people doing "from tkinter import *" will get a nasty surprise.
Lib/tkinter/__init__.py