Merge pull request #3433 from nathanielmanistaatgoogle/utility-python-shebang

Use only "#!/usr/bin/env python2.7" Python shebang in utilities
pull/3440/merge
Craig Tiller 9 years ago
commit f99a81f25b
  1. 2
      test/core/bad_client/gen_build_yaml.py
  2. 2
      test/core/end2end/gen_build_yaml.py
  3. 2
      test/core/httpcli/test_server.py
  4. 2
      tools/buildgen/build-cleaner.py
  5. 2
      tools/buildgen/mako_renderer.py
  6. 2
      tools/distrib/check_copyright.py
  7. 2
      tools/distrib/python/docgen.py
  8. 2
      tools/distrib/python/submit.py
  9. 2
      tools/profile_analyzer/profile_analyzer.py
  10. 2
      tools/run_tests/antagonist.py
  11. 2
      tools/run_tests/port_server.py
  12. 2
      tools/run_tests/run_tests.py

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

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

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
"""Server for httpcli_test"""

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save