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/utils/argparse.py | 2 -- alot/utils/configobj.py | 2 -- 2 files changed, 4 deletions(-) (limited to 'alot/utils') diff --git a/alot/utils/argparse.py b/alot/utils/argparse.py index 9822882d..e824d068 100644 --- a/alot/utils/argparse.py +++ b/alot/utils/argparse.py @@ -17,8 +17,6 @@ """Custom extensions of the argparse module.""" -from __future__ import absolute_import - import argparse import collections import functools diff --git a/alot/utils/configobj.py b/alot/utils/configobj.py index 78201690..73553a0c 100644 --- a/alot/utils/configobj.py +++ b/alot/utils/configobj.py @@ -1,8 +1,6 @@ # Copyright (C) 2011-2012 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 mailbox import re from urllib.parse import urlparse -- cgit v1.2.3