summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-07-20 13:25:52 -0700
committerTim Burke <tim.burke@gmail.com>2020-07-20 13:25:52 -0700
commit8845f72f40893606e2e24c141e6f0aea6062b59f (patch)
treed4a6794cc39cd674b63335bec69970f8c1b23916
parent4539128ffcbc7459b4a6a759b9654edf5312b4e3 (diff)
downloadswift-bench-8845f72f40893606e2e24c141e6f0aea6062b59f.tar.gz
py2: Import print function
Change-Id: Ia1e326d52efdddd3b97fa1c2296de7d1b5589f09 Related-Change: I46c196c389f9425c398506a4abe4dd0abed7ade9
-rw-r--r--swiftbench/bench.py2
1 files changed, 2 insertions, 0 deletions
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