[Mailman-Users] changing Member Options or Import dumpdb

Mark Sapiro msapiro at value.net
Wed Jul 26 16:05:28 CEST 2006


Michael Menge wrote:
>
>I hit one smale mistake. The last , must not be there
>
>>
>> mlist.language = {   'u1 at example.com': 'll',
>>                     'u2 at example.com': 'll',
>>                      ...
>>                     'un at example.com': 'll'},
>
>mlist.language = {   'u1 at example.com': 'll',
>                      'u2 at example.com': 'll',
>                       ...
>                      'un at example.com': 'll'


Yes, but the closing brace is needed (I assume its omission was a typo
in your email)

mlist.language = {   'u1 at example.com': 'll',
                      'u2 at example.com': 'll',
                       ...
                      'un at example.com': 'll'}

Sorry about the comma :-(

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list