summaryrefslogtreecommitdiff
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 a01679a663..b677ccdd41 100644
--- a/Demo/tkinter/matt/canvas-demo-simple.py
+++ b/Demo/tkinter/matt/canvas-demo-simple.py
@@ -4,7 +4,7 @@ from Tkinter import *
class Test(Frame):
def printit(self):
- print "hi"
+ print("hi")
def createWidgets(self):
self.QUIT = Button(self, text='QUIT', foreground='red',