summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-05 12:28:34 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-10 13:03:39 +0100
commit14178c4e59850d4340e116ce29764cbd469c33be (patch)
tree3e0e47d32c88aeabf17b3250ef2aa5fe7c54fbbe /alot/account.py
parent6c80ee5ecd23ec54604eab3ada0e2573e1757d89 (diff)
cleanup: split widgets.py and pep8/pyflakes fixes
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py2
1 files changed, 0 insertions, 2 deletions
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):