From d6d63f543796c48fd9a1f297b860287443687d2e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 4 Jan 2009 18:53:28 +0000 Subject: fix a lot of Tkinter imports --- Demo/tkinter/guido/electrons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demo/tkinter/guido/electrons.py') 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 -- cgit v1.2.1