~barry/mailman/py3

« back to all changes in this revision

Viewing changes to src/mailman/core/switchboard.py

  • Committer: Barry Warsaw
  • Date: 2014-12-23 01:06:20 UTC
  • Revision ID: barry@list.org-20141223010620-ea78sz3d067o3t22
Remove huge amounts of now unnecessary file boilerplate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
dictionary is written.
25
25
"""
26
26
 
27
 
from __future__ import absolute_import, print_function, unicode_literals
28
 
 
29
 
__metaclass__ = type
30
27
__all__ = [
31
28
    'Switchboard',
32
29
    'handle_ConfigurationUpdatedEvent',