summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/optionmenu.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/guido/optionmenu.py')
-rw-r--r--Demo/tkinter/guido/optionmenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/optionmenu.py b/Demo/tkinter/guido/optionmenu.py
index 7365fa6..1e72aa5 100644
--- a/Demo/tkinter/guido/optionmenu.py
+++ b/Demo/tkinter/guido/optionmenu.py
@@ -1,6 +1,6 @@
# option menu sample (Fredrik Lundh, September 1997)
-from Tkinter import *
+from tkinter import *
root = Tk()