Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_aubio_cmd.py

    reb6f9d3 rfc144a5  
    11#! /usr/bin/env python
    22
     3from numpy.testing import TestCase
    34import aubio.cmd
    4 from nose2 import main
    5 from numpy.testing import TestCase
    65
    76class aubio_cmd(TestCase):
     
    3231
    3332if __name__ == '__main__':
     33    from unittest import main
    3434    main()
Note: See TracChangeset for help on using the changeset viewer.