From 4f223593cc3802bf5d13ecff2cf3c9b9643f8fd7 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 29 Jul 2018 12:22:57 +0200 Subject: tests/http_pipe.py: Use /usr/bin/env to find python --- tests/http_pipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/http_pipe.py') diff --git a/tests/http_pipe.py b/tests/http_pipe.py index bc3217384..95389f494 100755 --- a/tests/http_pipe.py +++ b/tests/http_pipe.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright 2012 Google Inc. All Rights Reserved. # -- cgit v1.2.3