Make several python scripts explicitly python2.7

I tried actually doing a build on my home desktop, and none of these
run with python 3.3, which is /usr/bin/python on my home desktop.
pull/358/head
David Klempner 10 years ago
parent bff9f49579
commit f94838b0a3
  1. 2
      test/core/end2end/gen_build_json.py
  2. 2
      tools/buildgen/mako_renderer.py
  3. 2
      tools/run_tests/run_tests.py

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2.7
"""Generates the appropriate build.json data for all the end2end tests."""

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2.7
"""Simple Mako renderer.

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2.7
"""Run tests in parallel."""
import argparse

Loading…
Cancel
Save