From e34b4b737ccd7fc762042b74fbc10ca7e1c42724 Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Sun, 15 Jan 2017 09:06:12 +0000 Subject: [PATCH] setup.py: remove from __future__ import --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 5bef02d6..aa706cb6 100755 --- a/setup.py +++ b/setup.py @@ -8,8 +8,6 @@ # 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