summaryrefslogtreecommitdiff
path: root/alot/db/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/__init__.py')
-rw-r--r--alot/db/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/db/__init__.py b/alot/db/__init__.py
index e3aded24..37da86e6 100644
--- a/alot/db/__init__.py
+++ b/alot/db/__init__.py
@@ -2,6 +2,8 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+from __future__ import absolute_import
+
from .thread import Thread
from .message import Message
DB_ENC = 'UTF-8'