projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429ff6c
)
[tests] use from .utils import, fixes build with pybuild 3.5
author
Paul Brossier
<piem@piem.org>
Wed, 21 Nov 2018 21:16:27 +0000
(22:16 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 21 Nov 2018 21:16:27 +0000
(22:16 +0100)
python/tests/test_source_channels.py
patch
|
blob
|
history
diff --git
a/python/tests/test_source_channels.py
b/python/tests/test_source_channels.py
index
eee696d
..
74f0acd
100755
(executable)
--- a/
python/tests/test_source_channels.py
+++ b/
python/tests/test_source_channels.py
@@
-8,7
+8,7
@@
import unittest
import aubio
import numpy as np
from numpy.testing import assert_equal
-from utils import get_tmp_sink_path
+from
.
utils import get_tmp_sink_path
class aubio_source_test_case(unittest.TestCase):