[tests] use from .utils import, fixes build with pybuild 3.5
authorPaul Brossier <piem@piem.org>
Wed, 21 Nov 2018 21:16:27 +0000 (22:16 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 21 Nov 2018 21:16:27 +0000 (22:16 +0100)
python/tests/test_source_channels.py

index eee696d..74f0acd 100755 (executable)
@@ -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):