summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/matt/canvas-demo-simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/matt/canvas-demo-simple.py')
-rw-r--r--Demo/tkinter/matt/canvas-demo-simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/matt/canvas-demo-simple.py b/Demo/tkinter/matt/canvas-demo-simple.py
index b677ccd..7f2c17b 100644
--- a/Demo/tkinter/matt/canvas-demo-simple.py
+++ b/Demo/tkinter/matt/canvas-demo-simple.py
@@ -1,4 +1,4 @@
-from Tkinter import *
+from tkinter import *
# this program creates a canvas and puts a single polygon on the canvas