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 *