shithub: aubio

Download patch

ref: b45b4ea3754ac5c5e045bf7b2a4dd9f9a70ac5ff
parent: 7280e6782f5f5ac3a666eda48e66d6c2d2537fa8
author: Paul Brossier <piem@piem.org>
date: Thu Oct 8 17:04:33 EDT 2009

tests/python/localaubio.py: swith location

--- a/tests/python/localaubio.py
+++ b/tests/python/localaubio.py
@@ -10,10 +10,10 @@
     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 *