summaryrefslogtreecommitdiff
path: root/tests/db
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-06-19 14:43:35 +0200
committerLucas Hoffmann <l-m-h@web.de>2018-06-19 14:48:54 +0200
commitbb6f52d23f26a163a9c4fc49ee4fe749b9e3af7c (patch)
tree94265330079fdf22419fc34941431ed2f0f13d1f /tests/db
parentf52c43cbcc06a426d29da122b7682ba69c38c22e (diff)
Remove old __future__ imports
They are not needed for python >= 3.0.
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/envelope_test.py2
-rw-r--r--tests/db/message_test.py1
-rw-r--r--tests/db/thread_test.py2
-rw-r--r--tests/db/utils_test.py2
4 files changed, 0 insertions, 7 deletions
diff --git a/tests/db/envelope_test.py b/tests/db/envelope_test.py
index 14f5fa1f..4037daa2 100644
--- a/tests/db/envelope_test.py
+++ b/tests/db/envelope_test.py
@@ -1,6 +1,4 @@
# encoding=utf-8
-from __future__ import absolute_import
-
import unittest
from alot.db import envelope
diff --git a/tests/db/message_test.py b/tests/db/message_test.py
index 4aa88223..caa70a44 100644
--- a/tests/db/message_test.py
+++ b/tests/db/message_test.py
@@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import absolute_import
import unittest
import mock
diff --git a/tests/db/thread_test.py b/tests/db/thread_test.py
index 8e4a5003..e3e398eb 100644
--- a/tests/db/thread_test.py
+++ b/tests/db/thread_test.py
@@ -15,8 +15,6 @@
# 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
diff --git a/tests/db/utils_test.py b/tests/db/utils_test.py
index 484562fc..9e411e3d 100644
--- a/tests/db/utils_test.py
+++ b/tests/db/utils_test.py
@@ -3,8 +3,6 @@
# Copyright © 2017 Dylan Baker
# 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
-
import base64
import codecs
import email