summaryrefslogtreecommitdiff
path: root/tests/db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/envelop_test.py1
-rw-r--r--tests/db/thread_test.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/db/envelop_test.py b/tests/db/envelop_test.py
index 1895d827..14f5fa1f 100644
--- a/tests/db/envelop_test.py
+++ b/tests/db/envelop_test.py
@@ -1,4 +1,5 @@
# encoding=utf-8
+from __future__ import absolute_import
import unittest
diff --git a/tests/db/thread_test.py b/tests/db/thread_test.py
index 7f802e15..678a5e59 100644
--- a/tests/db/thread_test.py
+++ b/tests/db/thread_test.py
@@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Tests for the alot.db.thread module."""
+from __future__ import absolute_import
import datetime
import unittest