From 14178c4e59850d4340e116ce29764cbd469c33be Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 5 Aug 2012 12:28:34 +0100 Subject: cleanup: split widgets.py and pep8/pyflakes fixes --- alot/account.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'alot/account.py') diff --git a/alot/account.py b/alot/account.py index 6bee5706..1686bff7 100644 --- a/alot/account.py +++ b/alot/account.py @@ -3,13 +3,11 @@ # For further details see the COPYING file import mailbox import logging -import time import os import glob from alot.helper import call_cmd_async from alot.helper import split_commandstring -import alot.crypto as crypto class SendingMailFailed(RuntimeError): -- cgit v1.2.3