aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/httpcli
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-09-23 16:29:44 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-09-23 16:29:44 +0000
commitae4fbcd6434de1b927259f5456a822f720e36434 (patch)
treef97478bfd49eacc0b2c5ee42b3e85f2f8cabcab4 /test/core/httpcli
parent41aab15c74130ae36850d88c8bea0063c83236e7 (diff)
Use "#!/usr/bin/env python2.7" only in utilities
Diffstat (limited to 'test/core/httpcli')
-rwxr-xr-xtest/core/httpcli/test_server.py2
1 files changed, 1 insertions, 1 deletions
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"""