From: Paul Brossier Date: Sun, 8 Jan 2017 17:29:54 +0000 (+0100) Subject: python/tests/test_notes.py: use relative import X-Git-Tag: 0.4.4~1 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=0f173cc17323f5a68db976143a1c93dcd2197e32 python/tests/test_notes.py: use relative import --- 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):