summaryrefslogtreecommitdiff
path: root/src/mailman/workflows/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Save the complete workflow stack, not only last step.J08nY2017-08-301-15/+7
|
* Make workflows implement their interfaces.J08nY2017-08-301-1/+5
|
* Create mailman.workflows package. Move base Workflow there.J08nY2017-08-301-0/+143
- Also introduce IWorkflow, ISubscriptionWorkflow, IUnsubscriptionWorkflow.