From 554d0fb16dd5330202523df08dce217bc07a33a9 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Mon, 16 Jan 2017 14:15:58 +0100 Subject: [PATCH] revert "setup.py: remove from __future__ import" This reverts commit e34b4b737ccd7fc762042b74fbc10ca7e1c42724. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index aa706cb6..5bef02d6 100755 --- a/setup.py +++ b/setup.py @@ -8,6 +8,8 @@ # the file AUTHORS.rst at the top-level directory of this distribution and at # http://kwant-project.org/authors. +from __future__ import print_function + import sys -- GitLab