add "#!/usr/bin/env python"
This commit is contained in:
parent
849c3c8d8a
commit
5bbddb4356
1 changed files with 3 additions and 1 deletions
2
tests.py
2
tests.py
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf-8
|
||||
|
||||
# nosetests --nocapture tests.py
|
||||
from nose.tools import eq_
|
||||
|
||||
|
|
Loading…
Reference in a new issue