summaryrefslogtreecommitdiff
path: root/Demo/tkinter/matt/canvas-w-widget-draw-el.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/matt/canvas-w-widget-draw-el.py')
-rw-r--r--Demo/tkinter/matt/canvas-w-widget-draw-el.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/matt/canvas-w-widget-draw-el.py b/Demo/tkinter/matt/canvas-w-widget-draw-el.py
index 5b26210c0c..3cbf93720f 100644
--- a/Demo/tkinter/matt/canvas-w-widget-draw-el.py
+++ b/Demo/tkinter/matt/canvas-w-widget-draw-el.py
@@ -4,7 +4,7 @@ from Tkinter import *
class Test(Frame):
def printhi(self):
- print "hi"
+ print("hi")
def createWidgets(self):
self.QUIT = Button(self, text='QUIT', foreground='red',