summaryrefslogtreecommitdiff
path: root/src/mailman/commands/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-291-22/+0
| | | | | | | | Refactor the finding of components so that it's much easier to find and register the ones that come with Mailman by default. Move all the old cmd_*.py commands into the attic. These will eventually be ported to the new framework.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+22
correctly regardless of how it's used.