summaryrefslogtreecommitdiff
path: root/Mailman/interfaces/action.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-101-31/+0
| | | | | | Convert IMailingList.personalize to a enum. Change all non-obsolete occurances of GetListEmail() to posting_address.
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-091-0/+31
only constant left in Mailman.constants is now actually a constant.