projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d037e
)
python/tests/test_notes.py: use relative import
author
Paul Brossier
<piem@piem.org>
Sun, 8 Jan 2017 17:29:54 +0000
(18:29 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 8 Jan 2017 17:29:54 +0000
(18:29 +0100)
python/tests/test_notes.py
patch
|
blob
|
history
diff --git
a/python/tests/test_notes.py
b/python/tests/test_notes.py
index
c7657b7
..
44aa3e7
100755
(executable)
--- a/
python/tests/test_notes.py
+++ b/
python/tests/test_notes.py
@@
-38,7
+38,7
@@
class aubio_notes_params(TestCase):
self.o.set_silence(val)
assert_equal (self.o.get_silence(), val)
-from utils import list_all_sounds
+from
.
utils import list_all_sounds
list_of_sounds = list_all_sounds('sounds')
class aubio_notes_sinewave(TestCase):