From 278e20ba759cc9045c9273f4e64314305f108f24 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 19 Feb 2012 15:37:30 +0000 Subject: pep8/pyflakes cleanup --- alot/ui.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'alot/ui.py') diff --git a/alot/ui.py b/alot/ui.py index b9de9c8c..032f627b 100644 --- a/alot/ui.py +++ b/alot/ui.py @@ -1,9 +1,7 @@ import urwid import logging from twisted.internet import reactor, defer -from twisted.python.failure import Failure -from settings import config from settings import settings from buffers import BufferlistBuffer import commands @@ -84,7 +82,7 @@ class UI(object): self.dbman = dbman if not colourmode: - # needs explicit int-constructor because we used "options" in specfile + # explicit int-constructor because we used "options" in specfile colourmode = int(settings.get('colourmode')) logging.info('setup gui in %d colours' % colourmode) self.mainframe = urwid.Frame(urwid.SolidFill()) -- cgit v1.2.3