summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-04-10 09:29:47 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2015-04-15 13:05:13 +0100
commit2f064af42d4735649d361cbda640353ca08289fd (patch)
tree4e399c030eb1750d0e1848ffac24dc2cebc775c0 /alot/settings
parent7b1aee9f1625fafa6cf899239a1207a51b825682 (diff)
refactor addressbook code
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 66c8e355..1b5a274a 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -9,7 +9,8 @@ import logging
from configobj import ConfigObj, Section
from alot.account import SendmailAccount
-from alot.addressbooks import MatchSdtoutAddressbook, AbookAddressBook
+from alot.addressbook.abook import AbookAddressBook
+from alot.addressbook.external import MatchSdtoutAddressbook
from alot.helper import pretty_datetime, string_decode
from errors import ConfigError