Fix for python 3.
authorCarl Hetherington <cth@carlh.net>
Wed, 21 Mar 2018 09:12:53 +0000 (09:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 21 Mar 2018 09:12:53 +0000 (09:12 +0000)
wscript

diff --git a/wscript b/wscript
index 6a4854052ab6ea2176f2290e31ad3fcae41edea9..dce57b29b1b64c271970c56ce7051771da29012f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -36,7 +36,7 @@ if this_version == '':
 else:
     VERSION = this_version[1:].strip()
 
-print 'Version: %s' % VERSION
+print('Version: %s' % VERSION)
 
 def options(opt):
     opt.load('compiler_cxx')