diff options
Diffstat (limited to 'Demo/tkinter/matt/not-what-you-might-think-2.py')
-rw-r--r-- | Demo/tkinter/matt/not-what-you-might-think-2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/matt/not-what-you-might-think-2.py b/Demo/tkinter/matt/not-what-you-might-think-2.py index 9ee197c..4512063 100644 --- a/Demo/tkinter/matt/not-what-you-might-think-2.py +++ b/Demo/tkinter/matt/not-what-you-might-think-2.py @@ -1,4 +1,4 @@ -from Tkinter import * +from tkinter import * class Test(Frame): |