summaryrefslogtreecommitdiff
path: root/alot/__main__.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/__main__.py
parente7cf3fe183cab1b6885124f7a1fc2fbfad274d29 (diff)
parent1808e4963e7da1b18319fdca44866dc2a71c62a0 (diff)
Merge pull request #984 from lucc/future/absolute-imports
Use absolute_imports from __future__
Diffstat (limited to 'alot/__main__.py')
-rw-r--r--alot/__main__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/__main__.py b/alot/__main__.py
index 13679cb9..3bb71c47 100644
--- a/alot/__main__.py
+++ b/alot/__main__.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
import logging
import os