summaryrefslogtreecommitdiff
path: root/Mailman/MailCommandHandler.py
diff options
context:
space:
mode:
authortwouters2001-07-10 13:15:29 +0000
committertwouters2001-07-10 13:15:29 +0000
commit85933530dc8e340ed3a239909d8113fd6fcd38ad (patch)
treef03a857410eca3fb6668b853b4eebfd4cedd2e31 /Mailman/MailCommandHandler.py
parentdcd14a0fb953fcdbf369436e80f3b9d47df7e031 (diff)
downloadmailman-85933530dc8e340ed3a239909d8113fd6fcd38ad.tar.gz
mailman-85933530dc8e340ed3a239909d8113fd6fcd38ad.tar.zst
mailman-85933530dc8e340ed3a239909d8113fd6fcd38ad.zip
Diffstat (limited to 'Mailman/MailCommandHandler.py')
-rw-r--r--Mailman/MailCommandHandler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py
index 397cdc0f3..8008a0f3f 100644
--- a/Mailman/MailCommandHandler.py
+++ b/Mailman/MailCommandHandler.py
@@ -379,12 +379,12 @@ The following is a detailed description of the problems.
"--------------------"))
for option in options:
self.AddToResponse(option + ':')
- self.AddToResponse(Utils.wrap(_(option_descs[option])) + '\n',
+ self.AddToResponse(Utils.wrap(_(option_desc[option])) + '\n',
trunc=0, prefix=" ")
def ProcessSetCmd(self, args, cmd, mail):
origsender = mail.get_sender()
- def ShowSetUsage(s=self, od = option_descs):
+ def ShowSetUsage(s=self, od = option_desc):
options = od.keys()
options.sort()
desc_text = ""