summaryrefslogtreecommitdiff
path: root/tests/commands/utils_tests.py
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/commands/utils_tests.py
parentf52c43cbcc06a426d29da122b7682ba69c38c22e (diff)
Remove old __future__ imports
They are not needed for python >= 3.0.
Diffstat (limited to 'tests/commands/utils_tests.py')
-rw-r--r--tests/commands/utils_tests.py1
1 files changed, 0 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-from __future__ import absolute_import
import tempfile
import os
import shutil