Changeset 333eec1


Ignore:
Timestamp:
Apr 18, 2016, 11:23:27 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
1c6fe64
Parents:
ade36e6
Message:

python/lib/generator.py: prepare for python3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/generator.py

    rade36e6 r333eec1  
    2424
    2525  typedefs = filter(lambda y: y.startswith ('typedef struct _aubio'), cpp_output)
     26  typedefs = list(typedefs)
    2627
    2728  cpp_objects = [a.split()[3][:-1] for a in typedefs]
Note: See TracChangeset for help on using the changeset viewer.