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 2d29e73..951ade9 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
 
 from numpy.testing import TestCase, run_module_suite
 
index 21f5e2f..ccb6e4c 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 27900bb..14a880d 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 c4cef16..c00a568 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 e585aa3..532ca0b 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 2505c52..643c6f9 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 cd7aa62..c6642d5 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 4d1462a..08313d1 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 87d70b8..5dd9786 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 d00328c..a0dd3a5 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 8f6fbae..ae3b79b 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 fc87909..675858d 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