summaryrefslogtreecommitdiff
path: root/alot/buffers/namedqueries.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers/namedqueries.py')
-rw-r--r--alot/buffers/namedqueries.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/alot/buffers/namedqueries.py b/alot/buffers/namedqueries.py
index 6a76e107..1695ff52 100644
--- a/alot/buffers/namedqueries.py
+++ b/alot/buffers/namedqueries.py
@@ -1,10 +1,11 @@
# Copyright (C) 2011-2018 Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
import urwid
-from .buffer import Buffer
-from ..settings.const import settings
+from .buffer import Buffer
+from ..settings.const import settings
from ..widgets.namedqueries import QuerylineWidget