ref: 75e715f14623899346b7c0d142ca6a32cec1675c
parent: 66e69340e6b60bd51c09ffddcd2e166373d18374
author: Paul Brossier <[email protected]>
date: Fri Feb 8 05:56:56 EST 2013
test_*: /usr/bin/env python
--- a/interfaces/python/test_aubio.py
+++ b/interfaces/python/test_aubio.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
from numpy.testing import TestCase, run_module_suite
--- a/interfaces/python/test_fft.py
+++ b/interfaces/python/test_fft.py
@@ -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
--- a/interfaces/python/test_filter.py
+++ b/interfaces/python/test_filter.py
@@ -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
--- a/interfaces/python/test_filterbank.py
+++ b/interfaces/python/test_filterbank.py
@@ -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
--- a/interfaces/python/test_filterbank_mel.py
+++ b/interfaces/python/test_filterbank_mel.py
@@ -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
--- a/interfaces/python/test_fvec.py
+++ b/interfaces/python/test_fvec.py
@@ -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
--- a/interfaces/python/test_onset.py
+++ b/interfaces/python/test_onset.py
@@ -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
--- a/interfaces/python/test_peakpicker.py
+++ b/interfaces/python/test_peakpicker.py
@@ -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
--- a/interfaces/python/test_phasevoc.py
+++ b/interfaces/python/test_phasevoc.py
@@ -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
--- a/interfaces/python/test_pitch.py
+++ b/interfaces/python/test_pitch.py
@@ -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
--- a/interfaces/python/test_source.py
+++ b/interfaces/python/test_source.py
@@ -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
--- a/interfaces/python/test_specdesc.py
+++ b/interfaces/python/test_specdesc.py
@@ -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