Drop now unused "from __future__" imports

Signed-off-by: Niels Thykier <niels@thykier.net>
master
Niels Thykier 8 years ago
parent 7af650d36d
commit a14ced6403

@ -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

@ -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

@ -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

Loading…
Cancel
Save