summaryrefslogtreecommitdiff
path: root/alot/buffers
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-19 14:33:54 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-06-19 22:08:46 +0100
commit54b01e173aab1620440955fee7d8651ee3276139 (patch)
treec41cd26bb990259fc93aa3ff83fe77a1199b7078 /alot/buffers
parentf0105c37556116c07f9f30c1fe960ea9e67e7229 (diff)
remove deprecated future imports
see also #1250
Diffstat (limited to 'alot/buffers')
-rw-r--r--alot/buffers/bufferlist.py1
-rw-r--r--alot/buffers/envelope.py1
-rw-r--r--alot/buffers/search.py1
-rw-r--r--alot/buffers/taglist.py1
-rw-r--r--alot/buffers/thread.py1
5 files changed, 0 insertions, 5 deletions
diff --git a/alot/buffers/bufferlist.py b/alot/buffers/bufferlist.py
index db6395de..14f94e20 100644
--- a/alot/buffers/bufferlist.py
+++ b/alot/buffers/bufferlist.py
@@ -1,7 +1,6 @@
# Copyright (C) 2011-2018 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 urwid
from .buffer import Buffer
diff --git a/alot/buffers/envelope.py b/alot/buffers/envelope.py
index ef88bed3..6bdf8657 100644
--- a/alot/buffers/envelope.py
+++ b/alot/buffers/envelope.py
@@ -1,7 +1,6 @@
# Copyright (C) 2011-2018 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 urwid
import os
diff --git a/alot/buffers/search.py b/alot/buffers/search.py
index 93359d5e..e715fd26 100644
--- a/alot/buffers/search.py
+++ b/alot/buffers/search.py
@@ -1,7 +1,6 @@
# Copyright (C) 2011-2018 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 urwid
from .buffer import Buffer
diff --git a/alot/buffers/taglist.py b/alot/buffers/taglist.py
index c0a652f7..55fa2fdd 100644
--- a/alot/buffers/taglist.py
+++ b/alot/buffers/taglist.py
@@ -1,7 +1,6 @@
# Copyright (C) 2011-2018 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 urwid
from .buffer import Buffer
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index 1ad99c32..c89d4688 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -1,7 +1,6 @@
# Copyright (C) 2011-2018 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 urwid
import logging
from urwidtrees import ArrowTree, TreeBox, NestedTree