summaryrefslogtreecommitdiff
path: root/alot/addressbook/abook.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/addressbook/abook.py')
-rw-r--r--alot/addressbook/abook.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/alot/addressbook/abook.py b/alot/addressbook/abook.py
index 705a646d..02bd62af 100644
--- a/alot/addressbook/abook.py
+++ b/alot/addressbook/abook.py
@@ -1,9 +1,11 @@
# Copyright (C) 2011-2015 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
+
import os
-from . import AddressBook
-from ..settings.utils import read_config
+
+from . import AddressBook
+from ..settings.utils import read_config
class AbookAddressBook(AddressBook):