projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8259e09
)
fix print with old py2 syntax
author
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:24:24 +0000
(17:24 +0100)
committer
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:24:24 +0000
(17:24 +0100)
python/lib/moresetuptools.py
patch
|
blob
|
history
diff --git
a/python/lib/moresetuptools.py
b/python/lib/moresetuptools.py
index
f5eaf39
..
5fdf43c
100644
(file)
--- a/
python/lib/moresetuptools.py
+++ b/
python/lib/moresetuptools.py
@@
-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