From: Martin Hermant Date: Mon, 13 Mar 2017 16:24:52 +0000 (+0100) Subject: wscript : fix print with old py2 syntax X-Git-Tag: 0.4.5~45^2~34 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=dd3b1d523c8b976bd6b7d827df76c6597f92db47;p=aubio.git wscript : fix print with old py2 syntax --- diff --git a/wscript b/wscript index f713f4a7..f939ca44 100644 --- 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