mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-05 07:11:11 +00:00
britney_util: Remove some unused imports
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
efd3359aba
commit
842a97adbd
@ -21,10 +21,9 @@
|
||||
# GNU General Public License for more details.
|
||||
|
||||
|
||||
import apt_pkg
|
||||
from functools import partial
|
||||
from datetime import datetime
|
||||
from itertools import chain, repeat, filterfalse
|
||||
from itertools import filterfalse
|
||||
import os
|
||||
import time
|
||||
import yaml
|
||||
@ -36,6 +35,7 @@ from consts import (VERSION, BINARIES, PROVIDES, DEPENDS, CONFLICTS,
|
||||
SOURCE, SOURCEVER, MAINTAINER, MULTIARCH,
|
||||
ESSENTIAL)
|
||||
|
||||
|
||||
def ifilter_except(container, iterable=None):
|
||||
"""Filter out elements in container
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user