summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/alot/ui.py b/alot/ui.py
index 38a6d14c..a087fd2c 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -61,7 +61,6 @@ class InputWrap(urwid.WidgetWrap):
return self._w.keypress(size, key)
-
class UI(object):
buffers = []
current_buffer = None
@@ -101,7 +100,7 @@ class UI(object):
self.logger.debug('unhandeled input: %s' % key)
def keypress(self, key):
- self.mainloop.widget.keypress((150,20), key, interpret=False)
+ self.mainloop.widget.keypress((150, 20), key, interpret=False)
def prompt(self, prefix='>', text=u'', completer=None, tab=0, history=[]):
"""prompt for text input