210
210
langs = [lang, mm_cfg.DEFAULT_SERVER_LANGUAGE]
211
211
mlist.Create(listname, owner_mail, pw, langs=langs,
215
215
except Errors.BadListNameError, s:
216
216
usage(1, _('Illegal list name: %(s)s'))
217
217
except Errors.EmailAddressError, s:
219
221
except Errors.MMListAlreadyExistsError:
220
222
usage(1, _('List already exists: %(listname)s'))