Retain compatiblity with python2

pull/17088/head
Richard Belleville 6 years ago
parent 96b9538e4e
commit 762b269525
  1. 2
      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

Loading…
Cancel
Save