Ignore:
Timestamp:
Oct 30, 2007, 3:33:19 AM (16 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:
36fa6cb, ef7df76
Parents:
647a2d8 (diff), 6d4ec49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge from main branch

File:
1 moved

Legend:

Unmodified
Added
Removed
  • tests/python/run_all_tests

    r647a2d8 r82c588a  
    44# so the script is runnable from a compiled source tree.
    55import sys, os
    6 sys.path.append('..')
    7 sys.path.append(os.path.join('..','aubio','.libs'))
     6
     7cur_dir = os.path.dirname(sys.argv[0])
     8sys.path.append(os.path.join(cur_dir,'..','..','python'))
     9sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs'))
    810
    911import unittest
Note: See TracChangeset for help on using the changeset viewer.