Changeset 12e6c9c for python/lib


Ignore:
Timestamp:
Mar 13, 2017, 5:24:24 PM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
dd3b1d5
Parents:
8259e09
Message:

fix print with old py2 syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    r8259e09 r12e6c9c  
    7575        return None
    7676    if not which('git'):
    77         print 'no git found on this system : can\'t get sha'
     77        print ('Version : no git found on this system : can\'t get sha')
    7878        return ""
    7979
Note: See TracChangeset for help on using the changeset viewer.