From 24dfc3dc290dfd9cf530a53ec98871e09e764670 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 17 Sep 2016 03:09:37 +0200 Subject: [PATCH] python/tests/test_pitchshift.py: fix import --- python/tests/test_pitchshift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_pitchshift.py b/python/tests/test_pitchshift.py index 940124fc..37d99267 100755 --- a/python/tests/test_pitchshift.py +++ b/python/tests/test_pitchshift.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -from nose2 import TestCase +from numpy.testing import TestCase import aubio class aubio_pitchshift(TestCase): -- 2.11.0