summaryrefslogtreecommitdiff
path: root/alot/utils
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-01-14 11:46:11 +0100
committerLucas Hoffmann <l-m-h@web.de>2017-01-18 11:39:06 +0100
commit1808e4963e7da1b18319fdca44866dc2a71c62a0 (patch)
tree747217b535ee66fb90f5d4931fb0e8f64914d120 /alot/utils
parent70cae61d4fa80e2090169f8cb83e69081a04f890 (diff)
Use absolute_imports from __future__
Diffstat (limited to 'alot/utils')
-rw-r--r--alot/utils/booleanaction.py2
1 files changed, 2 insertions, 0 deletions
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 <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 argparse