python/tests/test_pitchshift.py: fix import
authorPaul Brossier <piem@piem.org>
Sat, 17 Sep 2016 01:09:37 +0000 (03:09 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 17 Sep 2016 01:09:37 +0000 (03:09 +0200)
python/tests/test_pitchshift.py

index 940124f..37d9926 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 
-from nose2 import TestCase
+from numpy.testing import TestCase
 import aubio
 
 class aubio_pitchshift(TestCase):