summaryrefslogtreecommitdiff
path: root/alot/db/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/thread.py')
-rw-r--r--alot/db/thread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/db/thread.py b/alot/db/thread.py
index d3cd0757..a1af1cd1 100644
--- a/alot/db/thread.py
+++ b/alot/db/thread.py
@@ -4,8 +4,8 @@
import operator
from datetime import datetime
-from message import Message
-from alot.settings import settings
+from .message import Message
+from ..settings import settings
class Thread(object):