summaryrefslogtreecommitdiff
path: root/alot/widgets/globals.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:21:15 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-09 17:21:15 +0200
commita06f894574ac938ed6c19d75a0d6ce42ef069ac7 (patch)
tree3ee296c6c57ed4a8d66d8e852d71806eb1ccee7c /alot/widgets/globals.py
parentf91371eaae687b5fd66c26e22679d09e91e9620f (diff)
cleanup: pep8/pyflakes fixes
Diffstat (limited to 'alot/widgets/globals.py')
-rw-r--r--alot/widgets/globals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index 46ed6f3a..d9e7fadb 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -39,7 +39,8 @@ class AttachmentWidget(urwid.WidgetWrap):
class ChoiceWidget(urwid.Text):
- def __init__(self, choices, callback, cancel=None, select=None, separator=' '):
+ def __init__(self, choices, callback, cancel=None, select=None,
+ separator=' '):
self.choices = choices
self.callback = callback
self.cancel = cancel