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/ui.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alot/ui.py') diff --git a/alot/ui.py b/alot/ui.py index 9d9e365a..7ac4ccc3 100644 --- a/alot/ui.py +++ b/alot/ui.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 logging import os import signal -- cgit v1.2.3