summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/search.py')
-rw-r--r--alot/commands/search.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index 79aaee56..9cf0713c 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -2,17 +2,18 @@
# Copyright © 2018 Dylan Baker
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
import argparse
import logging
-from . import Command, registerCommand
-from .globals import PromptCommand
-from .globals import MoveCommand
-from .common import RetagPromptCommand
-from .. import commands
+from . import Command, registerCommand
+from .globals import PromptCommand
+from .globals import MoveCommand
+from .common import RetagPromptCommand
-from .. import buffers
-from ..db.errors import DatabaseROError
+from .. import buffers
+from .. import commands
+from ..db.errors import DatabaseROError
from ..db.sort import NAME as SORT_NAME