- Timestamp:
- Nov 13, 2013, 1:00:56 PM (11 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- d3066e2
- Parents:
- 54e74f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waf
r54e74f0 rc101fe1 33 33 import os, sys 34 34 35 VERSION="1.7. 9"36 REVISION=" b503f38d25464d88953a601c8cd0ace6"35 VERSION="1.7.13" 36 REVISION="5a064c2686fe54de4e11018d22148cfc" 37 37 INSTALL='' 38 C1='# ='39 C2='# +'38 C1='#(' 39 C2='#$' 40 40 cwd = os.getcwd() 41 41 join = os.path.join … … 109 109 fixpy2.fixdir(dir) 110 110 111 os. unlink(tmp)111 os.remove(tmp) 112 112 os.chdir(cwd) 113 113
Note: See TracChangeset
for help on using the changeset viewer.