projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6a4cd
)
python/tests/test_pitchshift.py: fix import
author
Paul Brossier
<piem@piem.org>
Sat, 17 Sep 2016 01:09:37 +0000
(
03:09
+0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 17 Sep 2016 01:09:37 +0000
(
03:09
+0200)
python/tests/test_pitchshift.py
patch
|
blob
|
history
diff --git
a/python/tests/test_pitchshift.py
b/python/tests/test_pitchshift.py
index
940124f
..
37d9926
100755
(executable)
--- a/
python/tests/test_pitchshift.py
+++ b/
python/tests/test_pitchshift.py
@@
-1,6
+1,6
@@
#! /usr/bin/env python
-from n
ose2
import TestCase
+from n
umpy.testing
import TestCase
import aubio
class aubio_pitchshift(TestCase):