Import print_function wherever we use print() in python code

This commit is contained in:
Hugh Bellamy
2017-02-20 11:11:27 +07:00
parent 243baa18f3
commit 4f23d61da0
15 changed files with 26 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
#
# ===---------------------------------------------------------------------===//
from __future__ import print_function
import functools
import multiprocessing
import os