wscript : fix print with old py2 syntax
authorMartin Hermant <martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:24:52 +0000 (17:24 +0100)
committerMartin Hermant <martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:24:52 +0000 (17:24 +0100)
wscript

diff --git a/wscript b/wscript
index f713f4a..f939ca4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -37,7 +37,7 @@ def get_git_revision_hash( short=True):
         return None
         
     if not which('git'):
-        print 'no git found on this system : can\'t get sha'
+        print('no git found on this system : can\'t get sha')
         return ""
 
     import subprocess