From 5bbddb4356c2b2156512a8768d70651f5b259f96 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Thu, 21 Jun 2012 01:00:29 +0900 Subject: [PATCH] add "#!/usr/bin/env python" --- tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 09c3d6e..4d28423 100644 --- a/tests.py +++ b/tests.py @@ -1,4 +1,6 @@ -# coding:utf-8 +#!/usr/bin/env python +# coding: utf-8 + # nosetests --nocapture tests.py from nose.tools import eq_