diff options
| author | Barry Warsaw | 2014-12-22 20:06:20 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-22 20:06:20 -0500 |
| commit | 286fac3f7c580dfc137ac11290a2ba5713f69472 (patch) | |
| tree | 1449121ac40dca604016bdef820e32ac08964d39 /src/mailman/commands/eml_confirm.py | |
| parent | fdd4748e2bb8da32a737aef3ba4d7705f654c729 (diff) | |
| download | mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.gz mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.zst mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.zip | |
Diffstat (limited to 'src/mailman/commands/eml_confirm.py')
| -rw-r--r-- | src/mailman/commands/eml_confirm.py | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/mailman/commands/eml_confirm.py b/src/mailman/commands/eml_confirm.py index 0239e0f25..2cef7cbad 100644 --- a/src/mailman/commands/eml_confirm.py +++ b/src/mailman/commands/eml_confirm.py @@ -15,22 +15,18 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -"""Module stuff.""" +"""The 'confirm' email command.""" -from __future__ import absolute_import, print_function, unicode_literals - -__metaclass__ = type __all__ = [ 'Confirm', ] -from zope.component import getUtility -from zope.interface import implementer - from mailman.core.i18n import _ from mailman.interfaces.command import ContinueProcessing, IEmailCommand from mailman.interfaces.registrar import IRegistrar +from zope.component import getUtility +from zope.interface import implementer |
