summaryrefslogtreecommitdiff
path: root/alot/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets.py')
-rw-r--r--alot/widgets.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/alot/widgets.py b/alot/widgets.py
index 817a89cd..eaf4c8e1 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -2,11 +2,11 @@ import urwid
import logging
from settings import settings
-from helper import shorten_author_string
-from helper import pretty_datetime
-from helper import tag_cmp
-from helper import string_decode
-import message
+from alot.helper import shorten_author_string
+from alot.helper import pretty_datetime
+from alot.helper import tag_cmp
+from alot.helper import string_decode
+import alot.db.message as message
import time