ref: dd3b1d523c8b976bd6b7d827df76c6597f92db47
parent: 12e6c9ccc3e2cebe3f8f608405d5f7d6ce846504
author: Martin Hermant <martin.hermant@gmail.com>
date: Mon Mar 13 13:24:52 EDT 2017
wscript : fix print with old py2 syntax
--- a/wscript
+++ b/wscript
@@ -37,7 +37,7 @@
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