test_filter.py: clean up
authorPaul Brossier <piem@piem.org>
Wed, 11 Jul 2012 20:42:34 +0000 (14:42 -0600)
committerPaul Brossier <piem@piem.org>
Wed, 11 Jul 2012 20:42:34 +0000 (14:42 -0600)
interfaces/python/test_filter.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5aae9ff..27900bb
@@ -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