From b45b4ea3754ac5c5e045bf7b2a4dd9f9a70ac5ff Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 8 Oct 2009 21:04:33 +0200 Subject: [PATCH] tests/python/localaubio.py: swith location --- tests/python/localaubio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python/localaubio.py b/tests/python/localaubio.py index 1b13b564..e09bcac2 100644 --- a/tests/python/localaubio.py +++ b/tests/python/localaubio.py @@ -10,10 +10,10 @@ except ImportError: import sys cur_dir = os.path.dirname(__file__) sys.path.append(os.path.join(cur_dir,'..','..','python')) - # waf places + # autotools places sys.path.append(os.path.join(cur_dir,'..','..','python','aubio')) sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs')) - # autotools places + # waf places sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'swig')) sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'python','aubio')) from aubiowrapper import * -- 2.26.2