summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore/searchable_mailstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/adapter/mailstore/searchable_mailstore.py')
-rw-r--r--service/pixelated/adapter/mailstore/searchable_mailstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/adapter/mailstore/searchable_mailstore.py b/service/pixelated/adapter/mailstore/searchable_mailstore.py
index d4e5bd24..0c5310eb 100644
--- a/service/pixelated/adapter/mailstore/searchable_mailstore.py
+++ b/service/pixelated/adapter/mailstore/searchable_mailstore.py
@@ -77,4 +77,4 @@ class SearchableMailStore(object): # implementes MailStore
SearchableMailStore._create_delegator(name)
return super(SearchableMailStore, self).__getattribute__(name)
else:
- raise NotImplemented('No attribute %s' % name)
+ raise NotImplementedError('No attribute %s' % name)