summaryrefslogtreecommitdiff
path: root/alot/widgets/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/globals.py')
-rw-r--r--alot/widgets/globals.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index b4fae0c8..388ae76c 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -5,6 +5,8 @@
"""
This contains alot-specific :class:`urwid.Widget` used in more than one mode.
"""
+from __future__ import absolute_import
+
import re
import operator
import urwid