summaryrefslogtreecommitdiff
path: root/tests/addressbook
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/addressbook
parentf52c43cbcc06a426d29da122b7682ba69c38c22e (diff)
Remove old __future__ imports
They are not needed for python >= 3.0.
Diffstat (limited to 'tests/addressbook')
-rw-r--r--tests/addressbook/abook_test.py2
-rw-r--r--tests/addressbook/external_test.py2
-rw-r--r--tests/addressbook/init_test.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/addressbook/abook_test.py b/tests/addressbook/abook_test.py
index c5686caf..13452fb3 100644
--- a/tests/addressbook/abook_test.py
+++ b/tests/addressbook/abook_test.py
@@ -1,8 +1,6 @@
# Copyright (C) 2017 Lucas Hoffmann
# 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 os
import tempfile
import unittest
diff --git a/tests/addressbook/external_test.py b/tests/addressbook/external_test.py
index 99aacfd3..ca76cc50 100644
--- a/tests/addressbook/external_test.py
+++ b/tests/addressbook/external_test.py
@@ -1,8 +1,6 @@
# Copyright (C) 2017 Lucas Hoffmann
# 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 unittest
import mock
diff --git a/tests/addressbook/init_test.py b/tests/addressbook/init_test.py
index 7f642933..d8f96af2 100644
--- a/tests/addressbook/init_test.py
+++ b/tests/addressbook/init_test.py
@@ -1,8 +1,6 @@
# Copyright (C) 2017 Lucas Hoffmann
# 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 unittest
from alot import addressbook