summaryrefslogtreecommitdiff
path: root/src/mailman/app/events.py
diff options
context:
space:
mode:
authorJ08nY2017-07-06 20:01:54 +0200
committerJ08nY2017-08-30 13:18:40 +0200
commit6b6818b65816c86c1b5dc8d68a64a530f8e8b321 (patch)
tree8eeaeb9210138e0c5820bf1530159a09b7f18d07 /src/mailman/app/events.py
parentad00a2c4147a9dff633ac095a91ad31006cfc093 (diff)
downloadmailman-6b6818b65816c86c1b5dc8d68a64a530f8e8b321.tar.gz
mailman-6b6818b65816c86c1b5dc8d68a64a530f8e8b321.tar.zst
mailman-6b6818b65816c86c1b5dc8d68a64a530f8e8b321.zip
Diffstat (limited to 'src/mailman/app/events.py')
-rw-r--r--src/mailman/app/events.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/app/events.py b/src/mailman/app/events.py
index bf7f2ece8..a3fca30a8 100644
--- a/src/mailman/app/events.py
+++ b/src/mailman/app/events.py
@@ -38,7 +38,5 @@ def initialize():
passwords.handle_ConfigurationUpdatedEvent,
style_manager.handle_ConfigurationUpdatedEvent,
subscriptions.handle_ListDeletingEvent,
- subscriptions.handle_SubscriptionConfirmationNeededEvent,
- subscriptions.handle_UnsubscriptionConfirmationNeededEvent,
switchboard.handle_ConfigurationUpdatedEvent,
])