diff options
| author | Barry Warsaw | 2009-01-04 19:41:05 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-04 19:41:05 -0500 |
| commit | f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7 (patch) | |
| tree | fc64f36b862ae61965e8d23fd00e56dcac1a5ee3 /mailman/commands/join.py | |
| parent | 706c3853103f53955068cc429c0bd6d1f8fb6dd0 (diff) | |
| download | mailman-f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7.tar.gz mailman-f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7.tar.zst mailman-f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7.zip | |
Diffstat (limited to 'mailman/commands/join.py')
| -rw-r--r-- | mailman/commands/join.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mailman/commands/join.py b/mailman/commands/join.py index 532b89a08..c14f3142b 100644 --- a/mailman/commands/join.py +++ b/mailman/commands/join.py @@ -24,11 +24,9 @@ __all__ = [ ] -from email.header import decode_header, make_header from email.utils import formataddr, parseaddr from zope.interface import implements -from mailman.Utils import MakeRandomPassword from mailman.config import config from mailman.i18n import _ from mailman.interfaces.command import ContinueProcessing, IEmailCommand |
