Ignore:
Timestamp:
Nov 28, 2016, 6:18:49 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
fa6373c
Parents:
d98f3c0
Message:

python/tests/: use local import, create init.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_slicing.py

    rd98f3c0 ra1bf01d  
    44from numpy.testing import TestCase, assert_equal
    55from aubio import slice_source_at_stamps
    6 from utils import count_files_in_directory, get_default_test_sound
    7 from utils import count_samples_in_directory, count_samples_in_file
     6from .utils import count_files_in_directory, get_default_test_sound
     7from .utils import count_samples_in_directory, count_samples_in_file
    88
    99import tempfile
Note: See TracChangeset for help on using the changeset viewer.