6 lines
97 B
Python
6 lines
97 B
Python
#!/usr/bin/env python
|
|
from nose.core import run, collector
|
|
|
|
if __name__ == '__main__':
|
|
run()
|