diff options
Diffstat (limited to 'mailman/archiving/__init__.py')
| -rw-r--r-- | mailman/archiving/__init__.py | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mailman/archiving/__init__.py b/mailman/archiving/__init__.py index 93b7ae3ab..e69de29bb 100644 --- a/mailman/archiving/__init__.py +++ b/mailman/archiving/__init__.py @@ -1,31 +0,0 @@ -# Copyright (C) 2008-2009 by the Free Software Foundation, Inc. -# -# This file is part of GNU Mailman. -# -# GNU Mailman is free software: you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free -# Software Foundation, either version 3 of the License, or (at your option) -# any later version. -# -# GNU Mailman is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. -# -# You should have received a copy of the GNU General Public License along with -# GNU Mailman. If not, see <http://www.gnu.org/licenses/>. - -__metaclass__ = type -__all__ = [ - 'initialize', - ] - - -from mailman.config import config -from mailman.core.plugins import get_plugins - - -def initialize(): - """Initialize archivers.""" - for archiver in get_plugins('mailman.archiver'): - config.archivers[archiver.name] = archiver |
