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