From 4ae9bd9a9c6ffca3301858b3c8d95ca4cf2b78dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 7 Apr 2009 23:45:48 +0200 Subject: Fixed pyflakes errors --- portato/gui/queue.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'portato/gui/queue.py') diff --git a/portato/gui/queue.py b/portato/gui/queue.py index d7b1e3f..5261fc9 100644 --- a/portato/gui/queue.py +++ b/portato/gui/queue.py @@ -15,14 +15,13 @@ from __future__ import absolute_import # some stuff needed import os, pty import signal, threading, time -import itertools as itt from subprocess import Popen # some backend things from .. import backend, plugin from ..backend import flags, system from ..backend.exceptions import BlockedException -from ..helper import debug, info, warning, error, send_signal_to_group, unique_array, flatten +from ..helper import debug, info, warning, error from ..waiting_queue import WaitingQueue from ..odict import OrderedDict from .updater import Updater -- cgit v1.2.3