summaryrefslogtreecommitdiff
path: root/alot/completion/cryptokey.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/completion/cryptokey.py')
-rw-r--r--alot/completion/cryptokey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/completion/cryptokey.py b/alot/completion/cryptokey.py
index 0631eee3..0ab2ed29 100644
--- a/alot/completion/cryptokey.py
+++ b/alot/completion/cryptokey.py
@@ -21,4 +21,4 @@ class CryptoKeyCompleter(StringlistCompleter):
resultlist.append(s.keyid)
for u in k.uids:
resultlist.append(u.email)
- StringlistCompleter.__init__(self, resultlist, match_anywhere=True)
+ super().__init__(resultlist, match_anywhere = True)