diff options
Diffstat (limited to 'Demo/tkinter/guido/switch.py')
-rw-r--r-- | Demo/tkinter/guido/switch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/switch.py b/Demo/tkinter/guido/switch.py index 3b58f7c..3f43925 100644 --- a/Demo/tkinter/guido/switch.py +++ b/Demo/tkinter/guido/switch.py @@ -1,6 +1,6 @@ # Show how to do switchable panels. -from Tkinter import * +from tkinter import * class App: |