summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/dialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/guido/dialog.py')
-rwxr-xr-xDemo/tkinter/guido/dialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/tkinter/guido/dialog.py b/Demo/tkinter/guido/dialog.py
index 50d84b9a34..426eca4195 100755
--- a/Demo/tkinter/guido/dialog.py
+++ b/Demo/tkinter/guido/dialog.py
@@ -81,7 +81,7 @@ def go():
'',
-1,
'OK')
- print 'pressed button', i
+ print('pressed button', i)
i = dialog(mainWidget,
'File Modified',
'File "tcl.h" has been modified since '
@@ -92,7 +92,7 @@ def go():
'Save File',
'Discard Changes',
'Return To Editor')
- print 'pressed button', i
+ print('pressed button', i)
def test():
import sys