diff options
author | Siddharth Shukla <siddharth.shukla@uber.com> | 2017-03-12 19:50:18 +0100 |
---|---|---|
committer | Siddharth Shukla <siddharth.shukla@uber.com> | 2017-03-12 19:53:12 +0100 |
commit | 8e64d901fd7efd39868a889159329f41f74e3f9e (patch) | |
tree | fa9c4e7aa58a585bcbed53319fd67c2fd7041197 /tools/run_tests/performance | |
parent | d194f59939de8e9956e0d040266e3da269879a01 (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/performance')
-rwxr-xr-x | tools/run_tests/performance/bq_upload_result.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/bq_upload_result.py b/tools/run_tests/performance/bq_upload_result.py index e2e1393509..3bac1199a7 100755 --- a/tools/run_tests/performance/bq_upload_result.py +++ b/tools/run_tests/performance/bq_upload_result.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # Copyright 2016, Google Inc. # All rights reserved. # |