From 414ca6c4b57752d139598e95e06009c55ff4543c Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Mon, 4 Nov 2019 08:00:10 +0100 Subject: Remove unicode literals syntax from python2 --- alot/widgets/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/widgets/globals.py') diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py index f27e25b8..9de9cbbb 100644 --- a/alot/widgets/globals.py +++ b/alot/widgets/globals.py @@ -107,7 +107,7 @@ class CompleteEdit(urwid.Edit): def __init__(self, completer, on_exit, on_error=None, - edit_text=u'', + edit_text='', history=None, **kwargs): """ -- cgit v1.2.3