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/addressbook/abook.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'alot/addressbook/abook.py') diff --git a/alot/addressbook/abook.py b/alot/addressbook/abook.py index 41b5103e..6e2aa756 100644 --- a/alot/addressbook/abook.py +++ b/alot/addressbook/abook.py @@ -1,8 +1,6 @@ # Copyright (C) 2011-2015 Patrick Totzke # 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 from . import AddressBook from ..settings.utils import read_config -- cgit v1.2.3