add "#!/usr/bin/env python"

This commit is contained in:
PyYoshi 2012-06-21 01:00:29 +09:00
parent 849c3c8d8a
commit 5bbddb4356

View file

@ -1,4 +1,6 @@
# coding:utf-8
#!/usr/bin/env python
# coding: utf-8
# nosetests --nocapture tests.py
from nose.tools import eq_