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. --- alot/crypto.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'alot/crypto.py') diff --git a/alot/crypto.py b/alot/crypto.py index e7e0bd36..a05db2fc 100644 --- a/alot/crypto.py +++ b/alot/crypto.py @@ -2,8 +2,6 @@ # Copyright © 2017-2018 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 gpg from .errors import GPGProblem, GPGCode -- cgit v1.2.3