summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/workflow.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-13Handle save/restore of the subscription workflow.Barry Warsaw1-7/+7
To handle the case of restoring a saved workflow, allow the subscriber to be None in the constructor, but assert that it is not None after the first workflow step. Add setters/getters for handling save/restore. In the base workflow interface, rename key to token.