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/widgets/bufferlist.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'alot/widgets/bufferlist.py') diff --git a/alot/widgets/bufferlist.py b/alot/widgets/bufferlist.py index 4f9187be..0ab315c5 100644 --- a/alot/widgets/bufferlist.py +++ b/alot/widgets/bufferlist.py @@ -5,8 +5,6 @@ """ Widgets specific to Bufferlist mode """ -from __future__ import absolute_import - import urwid -- cgit v1.2.3