summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/switch.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/guido/switch.py')
-rw-r--r--Demo/tkinter/guido/switch.py2
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: