From bb6f52d23f26a163a9c4fc49ee4fe749b9e3af7c Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Tue, 19 Jun 2018 14:43:35 +0200 Subject: Remove old __future__ imports They are not needed for python >= 3.0. --- tests/commands/envelope_test.py | 1 - tests/commands/global_test.py | 1 - tests/commands/init_test.py | 2 -- tests/commands/thread_test.py | 2 -- tests/commands/utils_tests.py | 1 - 5 files changed, 7 deletions(-) (limited to 'tests/commands') diff --git a/tests/commands/envelope_test.py b/tests/commands/envelope_test.py index ee1c0acc..e46b33a1 100644 --- a/tests/commands/envelope_test.py +++ b/tests/commands/envelope_test.py @@ -16,7 +16,6 @@ """Tests for the alot.commands.envelope module.""" -from __future__ import absolute_import import contextlib import email import os diff --git a/tests/commands/global_test.py b/tests/commands/global_test.py index 850c9447..53556c0f 100644 --- a/tests/commands/global_test.py +++ b/tests/commands/global_test.py @@ -16,7 +16,6 @@ """Tests for global commands.""" -from __future__ import absolute_import import os import tempfile diff --git a/tests/commands/init_test.py b/tests/commands/init_test.py index 15eb06df..a2b358ff 100644 --- a/tests/commands/init_test.py +++ b/tests/commands/init_test.py @@ -2,8 +2,6 @@ """Test suite for alot.commands.__init__ module.""" -from __future__ import absolute_import - import argparse import unittest diff --git a/tests/commands/thread_test.py b/tests/commands/thread_test.py index 81328410..315273c5 100644 --- a/tests/commands/thread_test.py +++ b/tests/commands/thread_test.py @@ -4,8 +4,6 @@ # For further details see the COPYING file """Test suite for alot.commands.thread module.""" -from __future__ import absolute_import - import email import unittest diff --git a/tests/commands/utils_tests.py b/tests/commands/utils_tests.py index c17473dc..c4e4805a 100644 --- a/tests/commands/utils_tests.py +++ b/tests/commands/utils_tests.py @@ -14,7 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from __future__ import absolute_import import tempfile import os import shutil -- cgit v1.2.3