Changeset d8faaf2 for python/lib
- Timestamp:
- Sep 23, 2016, 7:54:04 AM (8 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:
- b6230d8
- Parents:
- bd8a92d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
rbd8a92d rd8faaf2 225 225 sources_list.append(output_file) 226 226 227 objlist = "".join([" externPyTypeObject Py_%sType;\n" % p for p in lib])227 objlist = "".join(["PyTypeObject Py_%sType;\n" % p for p in lib]) 228 228 out = """// generated list of objects created with gen_external.py 229 229
Note: See TracChangeset
for help on using the changeset viewer.