From 195b424da19c3bca0b74c5ddd8dd56b7562a2f45 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 11 Jul 2012 14:42:34 -0600 Subject: [PATCH] test_filter.py: clean up --- interfaces/python/test_filter.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 interfaces/python/test_filter.py diff --git a/interfaces/python/test_filter.py b/interfaces/python/test_filter.py old mode 100644 new mode 100755 index 5aae9ff2..27900bb0 --- a/interfaces/python/test_filter.py +++ b/interfaces/python/test_filter.py @@ -1,5 +1,6 @@ -from numpy.testing import TestCase, run_module_suite -from numpy.testing import assert_equal, assert_almost_equal +#! /usr/bin/python + +from numpy.testing import TestCase, assert_equal, assert_almost_equal from aubio import fvec, digital_filter from numpy import array -- 2.26.2