python/tests/: use local import, create __init__.py
[aubio.git] / python / tests / test_filterbank.py
index cc6e66e..3245008 100755 (executable)
@@ -5,7 +5,7 @@ from numpy.testing import TestCase
 from numpy.testing import assert_equal, assert_almost_equal
 import numpy as np
 from aubio import cvec, filterbank, float_type
-from utils import array_from_text_file
+from .utils import array_from_text_file
 
 class aubio_filterbank_test_case(TestCase):