aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
diff options
context:
space:
mode:
authorGravatar Siddharth Shukla <siddharth.shukla@uber.com>2017-03-12 19:50:18 +0100
committerGravatar Siddharth Shukla <siddharth.shukla@uber.com>2017-03-12 19:53:12 +0100
commit8e64d901fd7efd39868a889159329f41f74e3f9e (patch)
treefa9c4e7aa58a585bcbed53319fd67c2fd7041197 /tools/run_tests/run_performance_tests.py
parentd194f59939de8e9956e0d040266e3da269879a01 (diff)
Modify shebang on python scripts
Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`.
Diffstat (limited to 'tools/run_tests/run_performance_tests.py')
-rwxr-xr-xtools/run_tests/run_performance_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index c79f47a317..35d20be5b7 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#