summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@users.noreply.github.com>2017-01-21 09:01:18 +0100
committerGitHub <noreply@github.com>2017-01-21 09:01:18 +0100
commit22af804982ea4148b30ace73f44c672db4a83b05 (patch)
tree9a211ce4b711fa21d6ff092cdbed3f29c6e1bd7a /alot/account.py
parente7cf3fe183cab1b6885124f7a1fc2fbfad274d29 (diff)
parent1808e4963e7da1b18319fdca44866dc2a71c62a0 (diff)
Merge pull request #984 from lucc/future/absolute-imports
Use absolute_imports from __future__
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/account.py b/alot/account.py
index c8b83418..dda894eb 100644
--- a/alot/account.py
+++ b/alot/account.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 abc
import glob
import logging