ref: 6abd17e33ad243a7122923fded3270669acb6c53
parent: 429ff6c2899a10da995d45487beab85a77b8fb50
author: Paul Brossier <piem@piem.org>
date: Wed Nov 21 17:16:27 EST 2018
[tests] use from .utils import, fixes build with pybuild 3.5
--- a/python/tests/test_source_channels.py
+++ b/python/tests/test_source_channels.py
@@ -8,7 +8,7 @@
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):