aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Richard Belleville <rbellevi@google.com>2018-11-05 15:15:36 -0800
committerGravatar Richard Belleville <rbellevi@google.com>2018-11-05 15:15:36 -0800
commit762b269525c011f5fab3acf1c77763942651da3d (patch)
treef8f6823407ac713f0203394c46965c6d1af06c79 /tools/run_tests/run_tests.py
parent96b9538e4e1c06da0c5377ca4511d6035b810990 (diff)
Retain compatiblity with python2
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 13d9dc7f71..62bb6da7a7 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -14,6 +14,8 @@
# limitations under the License.
"""Run tests in parallel."""
+from __future__ import print_function
+
import argparse
import ast
import collections