summaryrefslogtreecommitdiff
path: root/src/mailman/core/switchboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/core/switchboard.py')
-rw-r--r--src/mailman/core/switchboard.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/core/switchboard.py b/src/mailman/core/switchboard.py
index d4884c4c9..f54bc243a 100644
--- a/src/mailman/core/switchboard.py
+++ b/src/mailman/core/switchboard.py
@@ -24,9 +24,6 @@ written. First, the message is written to the pickle, then the metadata
dictionary is written.
"""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'Switchboard',
'handle_ConfigurationUpdatedEvent',