Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_onset.py

    r25e0b0e r319edae  
    11#! /usr/bin/env python
    22
    3 from unittest import main
    43from numpy.testing import TestCase, assert_equal, assert_almost_equal
    54from aubio import onset
     
    8584
    8685if __name__ == '__main__':
     86    from unittest import main
    8787    main()
Note: See TracChangeset for help on using the changeset viewer.