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