ref: 0f173cc17323f5a68db976143a1c93dcd2197e32
parent: 59d037e0de472c30f1095d1cf840ed8faa3ee460
author: Paul Brossier <[email protected]>
date: Sun Jan 8 13:29:54 EST 2017
python/tests/test_notes.py: use relative import
--- a/python/tests/test_notes.py
+++ b/python/tests/test_notes.py
@@ -38,7 +38,7 @@
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):