diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-01-04 18:53:28 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-01-04 18:53:28 +0000 |
commit | d6d63f543796c48fd9a1f297b860287443687d2e (patch) | |
tree | 63875b35c0fc3f1e7280dce75cb12c052915ce69 /Demo/tkinter/guido/electrons.py | |
parent | 6cb2bddb85d2cdc16c214b35d795fb60840bcc67 (diff) | |
download | cpython-git-d6d63f543796c48fd9a1f297b860287443687d2e.tar.gz |
fix a lot of Tkinter imports
Diffstat (limited to 'Demo/tkinter/guido/electrons.py')
-rwxr-xr-x | Demo/tkinter/guido/electrons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/electrons.py b/Demo/tkinter/guido/electrons.py index fdc558f885..e3bf468787 100755 --- a/Demo/tkinter/guido/electrons.py +++ b/Demo/tkinter/guido/electrons.py @@ -11,7 +11,7 @@ # /usr/include/X11/bitmaps for samples); it is displayed as the # background of the animation. Default is no bitmap. -from Tkinter import * +from tkinter import * import random |