8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
from nose.core import TestProgram
|
||
|
import sys
|
||
|
import hy
|
||
|
|
||
|
sys.exit(TestProgram())
|