Changeset 89b04e8 for python/lib


Ignore:
Timestamp:
May 15, 2016, 3:31:30 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:
0065c6a
Parents:
5f6324e
Message:

python/lib/gen_external.py: use os.path.join

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    r5f6324e r89b04e8  
    11import os, glob
    22
    3 header = 'src/aubio.h'
    4 output_path = 'python/gen'
     3header = os.path.join('src', 'aubio.h')
     4output_path = os.path.join('python', 'gen')
    55
    66source_header = """// this file is generated! do not modify
Note: See TracChangeset for help on using the changeset viewer.