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