From: Paul Brossier Date: Fri, 8 Feb 2013 15:56:56 +0000 (-0500) Subject: test_*: /usr/bin/env python X-Git-Tag: 0.4.0-beta1~335^2~46 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=75e715f14623899346b7c0d142ca6a32cec1675c;p=aubio.git test_*: /usr/bin/env python --- diff --git a/interfaces/python/test_aubio.py b/interfaces/python/test_aubio.py index 2d29e734..951ade98 100755 --- 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 diff --git a/interfaces/python/test_fft.py b/interfaces/python/test_fft.py index 21f5e2f2..ccb6e4cf 100755 --- 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 diff --git a/interfaces/python/test_filter.py b/interfaces/python/test_filter.py index 27900bb0..14a880d0 100755 --- 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 diff --git a/interfaces/python/test_filterbank.py b/interfaces/python/test_filterbank.py index c4cef160..c00a5685 100755 --- 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 diff --git a/interfaces/python/test_filterbank_mel.py b/interfaces/python/test_filterbank_mel.py index e585aa32..532ca0b3 100755 --- 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 diff --git a/interfaces/python/test_fvec.py b/interfaces/python/test_fvec.py index 2505c52a..643c6f93 100755 --- 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 diff --git a/interfaces/python/test_onset.py b/interfaces/python/test_onset.py index cd7aa621..c6642d51 100755 --- 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 diff --git a/interfaces/python/test_peakpicker.py b/interfaces/python/test_peakpicker.py index 4d1462a5..08313d12 100755 --- 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 diff --git a/interfaces/python/test_phasevoc.py b/interfaces/python/test_phasevoc.py index 87d70b8a..5dd97866 100755 --- 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 diff --git a/interfaces/python/test_pitch.py b/interfaces/python/test_pitch.py index d00328c1..a0dd3a59 100755 --- 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 diff --git a/interfaces/python/test_source.py b/interfaces/python/test_source.py index 8f6fbaeb..ae3b79bb 100755 --- 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 diff --git a/interfaces/python/test_specdesc.py b/interfaces/python/test_specdesc.py index fc87909e..675858d2 100755 --- 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