7 lines
49 B
Python
Executable File
7 lines
49 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import nose
|
|
|
|
|
|
nose.main()
|