From: Paul Brossier Date: Thu, 8 Oct 2009 19:04:33 +0000 (+0200) Subject: tests/python/localaubio.py: swith location X-Git-Tag: bzr2git~147 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b45b4ea3754ac5c5e045bf7b2a4dd9f9a70ac5ff;p=aubio.git tests/python/localaubio.py: swith location --- 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 *