summaryrefslogtreecommitdiff
path: root/alot/widgets/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/search.py')
-rw-r--r--alot/widgets/search.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/alot/widgets/search.py b/alot/widgets/search.py
index 6c351f4a..c0b12007 100644
--- a/alot/widgets/search.py
+++ b/alot/widgets/search.py
@@ -6,11 +6,11 @@ Widgets specific to search mode
"""
import urwid
-from alot.settings import settings
-from alot.helper import shorten_author_string
-from alot.helper import tag_cmp
-from alot.widgets.utils import AttrFlipWidget
-from alot.widgets.globals import TagWidget
+from ..settings import settings
+from ..helper import shorten_author_string
+from ..helper import tag_cmp
+from .utils import AttrFlipWidget
+from .globals import TagWidget
class ThreadlineWidget(urwid.AttrMap):