From a14ced6403aaabe403024d41b08fc45f0a5b0b89 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Tue, 15 Nov 2016 21:41:32 +0000 Subject: [PATCH] Drop now unused "from __future__" imports Signed-off-by: Niels Thykier --- britney.py | 2 -- britney2/hints.py | 2 -- britney2/installability/solver.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/britney.py b/britney.py index 883d391..395e6d3 100755 --- a/britney.py +++ b/britney.py @@ -179,8 +179,6 @@ does for the generation of the update excuses. * The excuses are written in an HTML file. """ -from __future__ import print_function - import optparse import os import sys diff --git a/britney2/hints.py b/britney2/hints.py index 5f53aee..686412e 100644 --- a/britney2/hints.py +++ b/britney2/hints.py @@ -12,8 +12,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -from __future__ import print_function - from itertools import chain from britney2.migrationitem import MigrationItem diff --git a/britney2/installability/solver.py b/britney2/installability/solver.py index 7aa21fe..cbbd0fc 100644 --- a/britney2/installability/solver.py +++ b/britney2/installability/solver.py @@ -14,8 +14,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -from __future__ import print_function - import os from collections import deque