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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/addressbook/abook.py b/alot/addressbook/abook.py
index 6e2aa756..705a646d 100644
--- a/alot/addressbook/abook.py
+++ b/alot/addressbook/abook.py
@@ -13,7 +13,7 @@ class AbookAddressBook(AddressBook):
:param path: path to abook addressbook file
:type path: str
"""
- AddressBook.__init__(self, **kwargs)
+ super().__init__(**kwargs)
DEFAULTSPATH = os.path.join(os.path.dirname(__file__), '..',
'defaults')
self._spec = os.path.join(DEFAULTSPATH, 'abook_contacts.spec')