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

@@ -14,6 +14,8 @@
# Generate CMakeLists.txt and utils/main.swift from templates.
from __future__ import print_function
import glob
import os
import re