Unify print function usage for Python 2 and 3 via __future__ import
This commit is contained in:
parent
491040ea72
commit
62845688e5
7 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
from __future__ import print_function
|
||||
import sys, os, traceback
|
||||
from . import builder, env, helpers, jobserver, logs, options, state
|
||||
from .atoi import atoi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue