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 1b13b56..e09bcac 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 *