summaryrefslogtreecommitdiff
path: root/alot/commands/namedqueries.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/namedqueries.py')
-rw-r--r--alot/commands/namedqueries.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/alot/commands/namedqueries.py b/alot/commands/namedqueries.py
index e2bc301b..59a644ee 100644
--- a/alot/commands/namedqueries.py
+++ b/alot/commands/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 argparse
-from . import Command, registerCommand
-from .globals import SearchCommand
+from . import Command, registerCommand
+from .globals import SearchCommand
MODE = 'namedqueries'