py2: Import print function

Change-Id: Ia1e326d52efdddd3b97fa1c2296de7d1b5589f09
Related-Change: I46c196c389f9425c398506a4abe4dd0abed7ade9
This commit is contained in:
Tim Burke 2020-07-20 13:25:52 -07:00
parent 4539128ffc
commit 8845f72f40
1 changed files with 2 additions and 0 deletions

View File

@ -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