Changeset dd3b1d5


Ignore:
Timestamp:
Mar 13, 2017, 5:24:52 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:
79ef3b3
Parents:
12e6c9c
Message:

wscript : fix print with old py2 syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r12e6c9c rdd3b1d5  
    3838       
    3939    if not which('git'):
    40         print 'no git found on this system : can\'t get sha'
     40        print('no git found on this system : can\'t get sha')
    4141        return ""
    4242
Note: See TracChangeset for help on using the changeset viewer.