summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/manager.py')
-rw-r--r--alot/db/manager.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/db/manager.py b/alot/db/manager.py
index 7f2cf7eb..6bbaca2f 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.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
+
from collections import deque
import errno
import logging