From 6abd17e33ad243a7122923fded3270669acb6c53 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 21 Nov 2018 22:16:27 +0100 Subject: [PATCH] [tests] use from .utils import, fixes build with pybuild 3.5 --- python/tests/test_source_channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_source_channels.py b/python/tests/test_source_channels.py index eee696d6..74f0acd0 100755 --- 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): -- 2.11.0