shithub: aubio

Download patch

ref: 24dfc3dc290dfd9cf530a53ec98871e09e764670
parent: fe6a4cdd75ce2ceb611dd40a8deba0499857c7ff
author: Paul Brossier <piem@piem.org>
date: Fri Sep 16 23:09:37 EDT 2016

python/tests/test_pitchshift.py: fix import

--- 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):
--