~abompard/mailman/subpolicy

7285 by Barry Warsaw
Merge the Python 3 branch.
1
# Copyright (C) 2015 by the Free Software Foundation, Inc.
6671 by Barry Warsaw
Several important cleanups.
2
#
3
# This file is part of GNU Mailman.
4
#
5
# GNU Mailman is free software: you can redistribute it and/or modify it under
6
# the terms of the GNU General Public License as published by the Free
7
# Software Foundation, either version 3 of the License, or (at your option)
8
# any later version.
9
#
10
# GNU Mailman is distributed in the hope that it will be useful, but WITHOUT
11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
13
# more details.
14
#
15
# You should have received a copy of the GNU General Public License along with
16
# GNU Mailman.  If not, see <http://www.gnu.org/licenses/>.
17
18
"""Module stuff."""
19
20
__all__ = [
21
    ]