summaryrefslogtreecommitdiffstats
path: root/examples3/biff.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/biff.py')
-rwxr-xr-xexamples3/biff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/biff.py b/examples3/biff.py
index 9397a0e..abee0cf 100755
--- a/examples3/biff.py
+++ b/examples3/biff.py
@@ -5,7 +5,7 @@ from python_tqt.qt import *
if TQT_VERSION < 0x030100:
- print "This example requires TQt v3.1.0 or later."
+ print("This example requires TQt v3.1.0 or later.")
sys.exit(1)