aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sanity/check_sources_and_headers.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-14 21:13:51 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-14 21:13:51 -0700
commit4e8c9895ee2e4b72dcdfb8a113684c4cf81ae919 (patch)
tree87182850060309f6dcd51e4a194bea572fbc1165 /tools/run_tests/sanity/check_sources_and_headers.py
parentfb9d11204388b524b942950b47fef24116eab243 (diff)
parent3cafec2f55f66e3df61569579c8259b2e5b5ee00 (diff)
Merge github.com:grpc/grpc into call_arena
Diffstat (limited to 'tools/run_tests/sanity/check_sources_and_headers.py')
-rwxr-xr-xtools/run_tests/sanity/check_sources_and_headers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/check_sources_and_headers.py b/tools/run_tests/sanity/check_sources_and_headers.py
index a86db02b80..f2e0bfeb3d 100755
--- a/tools/run_tests/sanity/check_sources_and_headers.py
+++ b/tools/run_tests/sanity/check_sources_and_headers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#
@@ -28,6 +28,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+from __future__ import print_function
+
import json
import os
import re