ref: 12e6c9ccc3e2cebe3f8f608405d5f7d6ce846504
parent: 8259e09a8d5034a162f227c89c9ae204eb911f01
author: Martin Hermant <martin.hermant@gmail.com>
date: Mon Mar 13 13:24:24 EDT 2017
fix print with old py2 syntax
--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -74,7 +74,7 @@
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