From: Martin Hermant Date: Mon, 13 Mar 2017 16:24:24 +0000 (+0100) Subject: fix print with old py2 syntax X-Git-Tag: 0.4.5~45^2~35 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=12e6c9ccc3e2cebe3f8f608405d5f7d6ce846504;p=aubio.git fix print with old py2 syntax --- diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index f5eaf39f..5fdf43c0 100644 --- 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