projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e6c9c
)
wscript : fix print with old py2 syntax
author
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:24:52 +0000
(17:24 +0100)
committer
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:24:52 +0000
(17:24 +0100)
wscript
patch
|
blob
|
history
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