]> granicus.if.org Git - python/commit
Move the "from Tkinter import *" out of the method and into the module
authorBarry Warsaw <barry@python.org>
Thu, 1 Feb 2001 20:52:08 +0000 (20:52 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 1 Feb 2001 20:52:08 +0000 (20:52 +0000)
commit74a7ece9f3b56d82ffc11a31307f3ad1382adb97
treef3d2f5625c8a1d103ae0beac24bd364e7dbcfbda
parent4589bd82da3c2ba49591172d71c27add67b198d7
Move the "from Tkinter import *" out of the method and into the module
scope (still inside the __name__=='__main__' guard).  Necessitated by
recent addition of nested scopes.
Tools/pynche/pyColorChooser.py