diff options
Diffstat (limited to 'Demo/tkinter/matt/animation-simple.py')
-rw-r--r-- | Demo/tkinter/matt/animation-simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/matt/animation-simple.py b/Demo/tkinter/matt/animation-simple.py index 071bde7af9..4120d66d48 100644 --- a/Demo/tkinter/matt/animation-simple.py +++ b/Demo/tkinter/matt/animation-simple.py @@ -1,4 +1,4 @@ -from Tkinter import * +from tkinter import * # This program shows how to use the "after" function to make animation. |