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/matt/animation-w-velocity-ctrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demo/tkinter/matt/animation-w-velocity-ctrl.py') diff --git a/Demo/tkinter/matt/animation-w-velocity-ctrl.py b/Demo/tkinter/matt/animation-w-velocity-ctrl.py index 68eb1d02d8..88309cae2c 100644 --- a/Demo/tkinter/matt/animation-w-velocity-ctrl.py +++ b/Demo/tkinter/matt/animation-w-velocity-ctrl.py @@ -1,4 +1,4 @@ -from Tkinter import * +from tkinter import * # this is the same as simple-demo-1.py, but uses # subclassing. -- cgit v1.2.1