summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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