From 0f173cc17323f5a68db976143a1c93dcd2197e32 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 8 Jan 2017 18:29:54 +0100 Subject: [PATCH] python/tests/test_notes.py: use relative import --- python/tests/test_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_notes.py b/python/tests/test_notes.py index c7657b76..44aa3e7a 100755 --- 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): -- 2.11.0