Move AlreadySubscribedError to interfaces/member.py in the (new) preference
commit16d7c64da2a3f674e2dcd2e0c5d38d2abf63cd83
authorBarry Warsaw <barry@list.org>
Sun, 23 Mar 2008 21:38:41 +0000 (23 17:38 -0400)
committerBarry Warsaw <barry@list.org>
Sun, 23 Mar 2008 21:38:41 +0000 (23 17:38 -0400)
tree62ca492dd14aa690e6f5df84789e977402a028a3
parent1152d9a475f29c49bf342782b2037bb2a28def9b
Move AlreadySubscribedError to interfaces/member.py in the (new) preference
for putting exceptions close to the interfaces where they are used.

MakeRandomPassword() returns unicodes now.

Flesh out bin/add_members.py and bin/list_members.py
mailman/Errors.py
mailman/Utils.py
mailman/app/membership.py
mailman/bin/add_members.py
mailman/bin/list_members.py
mailman/database/address.py
mailman/interfaces/member.py
mailman/options.py