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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db/thread.py b/alot/db/thread.py
index 619558b6..69b81870 100644
--- a/alot/db/thread.py
+++ b/alot/db/thread.py
@@ -6,7 +6,7 @@ from __future__ import absolute_import
from datetime import datetime
from .message import Message
-from ..settings import settings
+from ..settings.const import settings
class Thread(object):