From 1808e4963e7da1b18319fdca44866dc2a71c62a0 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sat, 14 Jan 2017 11:46:11 +0100 Subject: Use absolute_imports from __future__ --- alot/utils/booleanaction.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alot/utils') diff --git a/alot/utils/booleanaction.py b/alot/utils/booleanaction.py index 82fcedd2..4c9ce1ed 100644 --- a/alot/utils/booleanaction.py +++ b/alot/utils/booleanaction.py @@ -1,6 +1,8 @@ # 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 argparse -- cgit v1.2.3