test_*: /usr/bin/env python
authorPaul Brossier <piem@piem.org>
Fri, 8 Feb 2013 15:56:56 +0000 (10:56 -0500)
committerPaul Brossier <piem@piem.org>
Fri, 8 Feb 2013 15:56:56 +0000 (10:56 -0500)
12 files changed:
interfaces/python/test_aubio.py
interfaces/python/test_fft.py
interfaces/python/test_filter.py
interfaces/python/test_filterbank.py
interfaces/python/test_filterbank_mel.py
interfaces/python/test_fvec.py
interfaces/python/test_onset.py
interfaces/python/test_peakpicker.py
interfaces/python/test_phasevoc.py
interfaces/python/test_pitch.py
interfaces/python/test_source.py
interfaces/python/test_specdesc.py

index 2d29e7344a278d6a66756d76d9cc559202260828..951ade989d06e925cf618b9d6670dfff270c5e84 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 
index 21f5e2f287688d9afa85ca5c0f0c214136490660..ccb6e4cfde09acc5459d697a98b5fce6b60cd2b3 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
index 27900bb0f0c3207394ab7d2b113ec2fdfa103c5c..14a880d07ab81880fdd56fd3523a740629e07181 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, assert_equal, assert_almost_equal
 from aubio import fvec, digital_filter
index c4cef160b69577d7ff9a586c5ce1587fa4bd6fab..c00a568585c6f1e46f32e5c183e97e4ea7593316 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
index e585aa328cb31cef7a4af8134d6587d0ec8ff37a..532ca0b39ba6c885cf813b75eb1f66fec6b1958e 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
index 2505c52a67d56549c548252513bc1a396c918093..643c6f933868fea02803f039910b26073cb7c230 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
index cd7aa621b44f5dd1ac094333186baeae4a0f746b..c6642d510716825d403e402f2b6b1dc42782f8a0 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
index 4d1462a5261074e67d069e48aa2c85a7a5508044..08313d12237584f5d61b30a6100e404e4487e6e6 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, assert_equal, assert_almost_equal
 from aubio import peakpicker, fvec
index 87d70b8a5618916031c5b3c472c4edcc4ccc787c..5dd97866929cd70db8ff8441f386b663cb7e2263 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
index d00328c19643197204e48a19a1278265e6dd0192..a0dd3a59c2ee752e8a8d6bdfb15593c711721a8e 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase
 from numpy.testing import assert_equal, assert_almost_equal
index 8f6fbaeb9557ca8bf9831f10d9328eb34f3eefc5..ae3b79bb17065d698b690bf8d1953395c09ef5fd 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, assert_equal, assert_almost_equal
 from aubio import fvec, source
index fc87909eed82ebaf32d86c60c142158661e87d7b..675858d20e31af19c0d7689d82584e25595d2380 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, assert_equal, assert_almost_equal
 from numpy import random, arange, log, zeros