From d863b67bae990c71a5c9df98a3dd6ea6c65ae3fd Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 5 Jul 2015 17:35:11 -0500 Subject: [PATCH] Import print_function future to allow error output --- gen_wrap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gen_wrap.py b/gen_wrap.py index 0eec8f4..2a99d46 100644 --- a/gen_wrap.py +++ b/gen_wrap.py @@ -309,6 +309,8 @@ typedef isl_restriction *(*isl_access_restrict)( """ PY_PREAMBLE = """ +from __future__ import print_function + import six import sys import signal -- GitLab