Modify shebang on python scripts

Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
pull/10115/head
Siddharth Shukla 8 years ago
parent d194f59939
commit 8e64d901fd
  1. 2
      tools/run_tests/artifacts/artifact_targets.py
  2. 2
      tools/run_tests/artifacts/distribtest_targets.py
  3. 2
      tools/run_tests/artifacts/package_targets.py
  4. 2
      tools/run_tests/performance/bq_upload_result.py
  5. 2
      tools/run_tests/python_utils/antagonist.py
  6. 2
      tools/run_tests/python_utils/filter_pull_request_tests.py
  7. 2
      tools/run_tests/python_utils/port_server.py
  8. 2
      tools/run_tests/run_build_statistics.py
  9. 2
      tools/run_tests/run_interop_tests.py
  10. 2
      tools/run_tests/run_microbenchmark.py
  11. 2
      tools/run_tests/run_performance_tests.py
  12. 2
      tools/run_tests/run_stress_tests.py
  13. 2
      tools/run_tests/run_tests_matrix.py
  14. 2
      tools/run_tests/sanity/check_sources_and_headers.py
  15. 2
      tools/run_tests/sanity/check_test_filtering.py
  16. 2
      tools/run_tests/sanity/check_version.py
  17. 2
      tools/run_tests/sanity/core_banned_functions.py
  18. 2
      tools/run_tests/stress_test/print_summary.py
  19. 2
      tools/run_tests/stress_test/run_on_gke.py
  20. 2
      tools/run_tests/task_runner.py

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2017, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015-2016, Google Inc.
# All rights reserved.
#

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2016, Google Inc.
# All rights reserved.
#

Loading…
Cancel
Save