From ae4fbcd6434de1b927259f5456a822f720e36434 Mon Sep 17 00:00:00 2001 From: Nathaniel Manista Date: Wed, 23 Sep 2015 16:29:44 +0000 Subject: Use "#!/usr/bin/env python2.7" only in utilities --- test/core/httpcli/test_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/httpcli') diff --git a/test/core/httpcli/test_server.py b/test/core/httpcli/test_server.py index babfe84ddc..4aaf5e30f8 100755 --- a/test/core/httpcli/test_server.py +++ b/test/core/httpcli/test_server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 """Server for httpcli_test""" -- cgit v1.2.3