diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2015-04-27 14:35:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-28 10:57:29 +0900 |
commit | 720dc37d237a48476dea1509b51033fa7908031d (patch) | |
tree | 842e5836ebf6365eeed2be3f2b214a3959d8dd55 | |
parent | 376a2648444e5dbd9121967546f0aa969e26c672 (diff) |
tests: Remove unnecessary shebang and x bit from test_lib.py
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--[-rwxr-xr-x] | ryu/tests/test_lib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ryu/tests/test_lib.py b/ryu/tests/test_lib.py index 13bc2af5..49922b4f 100755..100644 --- a/ryu/tests/test_lib.py +++ b/ryu/tests/test_lib.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import gettext import os import unittest |