tests/python/localaubio.py: simplify, also import template
authorPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 23:19:48 +0000 (01:19 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 23:19:48 +0000 (01:19 +0200)
tests/python/localaubio.py

index bf4488a0905cc1b4a427e3890f179f18695357fe..1b13b564ac7acb5e4c51e02b978c9d9452e10c94 100644 (file)
@@ -11,14 +11,12 @@ except ImportError:
     cur_dir = os.path.dirname(__file__)
     sys.path.append(os.path.join(cur_dir,'..','..','python'))
     # waf places
+    sys.path.append(os.path.join(cur_dir,'..','..','python','aubio'))
     sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs'))
-    sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'swig'))
     # autotools places
+    sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'swig'))
     sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'python','aubio'))
-    try:
-      from aubiowrapper import * 
-    except ImportError:
-      from aubio.aubiowrapper import *
+    from aubiowrapper import * 
   except ImportError:
     raise
 else:
@@ -28,3 +26,5 @@ else:
     your path. Make sure you NO other version of the python aubio module is
     installed on your system.
     """
+
+from template import *