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

index f5eaf39..5fdf43c 100644 (file)
@@ -74,7 +74,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 ('Version : no git found on this system : can\'t get sha')
         return ""
 
     import subprocess