mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-11 06:27:03 +00:00
Drop now unused "from __future__" imports
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
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…
x
Reference in New Issue
Block a user