From 8845f72f40893606e2e24c141e6f0aea6062b59f Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 20 Jul 2020 13:25:52 -0700 Subject: py2: Import print function Change-Id: Ia1e326d52efdddd3b97fa1c2296de7d1b5589f09 Related-Change: I46c196c389f9425c398506a4abe4dd0abed7ade9 --- swiftbench/bench.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swiftbench/bench.py b/swiftbench/bench.py index 8acce2d..da1fdad 100644 --- a/swiftbench/bench.py +++ b/swiftbench/bench.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import print_function + import json import re import sys -- cgit v1.2.1