summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-03 13:44:55 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-03 13:50:20 +0000
commit2b64c36c593dbdaa86f946d657f8748d4e032940 (patch)
treea057f856f39ba6befc5294060f8853452489c87f /alot
parentcf5d25649a4b4997646de5e90d4ea5363ffa8783 (diff)
pep8
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index f953d17b..09b3793b 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -33,7 +33,6 @@ from alot.utils.booleanaction import BooleanAction
from alot.completion import ContactsCompleter
from alot.widgets.globals import AttachmentWidget
-from alot.widgets.thread import MessageSummaryWidget
MODE = 'thread'