tests/python/localaubio.py: swith location
authorPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 19:04:33 +0000 (21:04 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 19:04:33 +0000 (21:04 +0200)
tests/python/localaubio.py

index 1b13b564ac7acb5e4c51e02b978c9d9452e10c94..e09bcac20c683cb48f13de5e69f73bb96a840bb8 100644 (file)
@@ -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 *