summaryrefslogtreecommitdiff
path: root/alot/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 /alot/addressbook
parentf52c43cbcc06a426d29da122b7682ba69c38c22e (diff)
Remove old __future__ imports
They are not needed for python >= 3.0.
Diffstat (limited to 'alot/addressbook')
-rw-r--r--alot/addressbook/__init__.py2
-rw-r--r--alot/addressbook/abook.py2
-rw-r--r--alot/addressbook/external.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/alot/addressbook/__init__.py b/alot/addressbook/__init__.py
index 28c4ecc7..cd302218 100644
--- a/alot/addressbook/__init__.py
+++ b/alot/addressbook/__init__.py
@@ -1,8 +1,6 @@
# Copyright (C) 2011-2015 Patrick Totzke <patricktotzke@gmail.com>
# 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 re
import abc
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 <patricktotzke@gmail.com>
# 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
diff --git a/alot/addressbook/external.py b/alot/addressbook/external.py
index 53f1e464..93e76784 100644
--- a/alot/addressbook/external.py
+++ b/alot/addressbook/external.py
@@ -1,8 +1,6 @@
# Copyright (C) 2011-2015 Patrick Totzke <patricktotzke@gmail.com>
# 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 re
from ..helper import call_cmd