Drop now unused "from __future__" imports

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2016-11-15 21:41:32 +00:00
parent 7af650d36d
commit a14ced6403
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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