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 ae067ce3..f61142ea 100644
--- a/alot/db/__init__.py
+++ b/alot/db/__init__.py
@@ -2,4 +2,6 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+from thread import Thread
+from message import Message
DB_ENC = 'UTF-8'