summaryrefslogtreecommitdiff
path: root/alot/widgets/globals.py
diff options
context:
space:
mode:
authorMartin Schaaf <mschaaf@datameer.com>2017-12-12 20:17:39 +0100
committerMartin Schaaf <mschaaf@datameer.com>2017-12-12 20:17:39 +0100
commitd16bc108a17786e0bacc174106dfce779361e548 (patch)
tree19448e215dab14d9b7f52a49a063ae050648dca2 /alot/widgets/globals.py
parentbb879a2d278ed7475deade580793d9defc35ad57 (diff)
* apply CR comments
Diffstat (limited to 'alot/widgets/globals.py')
-rw-r--r--alot/widgets/globals.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index 38b16544..1a8688fe 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -44,8 +44,8 @@ class AttachmentWidget(urwid.WidgetWrap):
class ChoiceWidget(urwid.Text):
- def __init__(self, choices, callback, choices_to_return=None,
- cancel=None, select=None, separator=' '):
+ def __init__(self, choices, callback, cancel=None, select=None,
+ separator=' ', choices_to_return=None):
self.choices = choices
self.choices_to_return = choices_to_return or {}
self.callback = callback