Changeset a9f1656


Ignore:
Timestamp:
Oct 8, 2009, 1:19:48 AM (15 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:
db62622
Parents:
3c18f9e
Message:

tests/python/localaubio.py: simplify, also import template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/python/localaubio.py

    r3c18f9e ra9f1656  
    1212    sys.path.append(os.path.join(cur_dir,'..','..','python'))
    1313    # waf places
     14    sys.path.append(os.path.join(cur_dir,'..','..','python','aubio'))
    1415    sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs'))
     16    # autotools places
    1517    sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'swig'))
    16     # autotools places
    1718    sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'python','aubio'))
    18     try:
    19       from aubiowrapper import *
    20     except ImportError:
    21       from aubio.aubiowrapper import *
     19    from aubiowrapper import *
    2220  except ImportError:
    2321    raise
     
    2927    installed on your system.
    3028    """
     29
     30from template import *
Note: See TracChangeset for help on using the changeset viewer.