summaryrefslogtreecommitdiff
path: root/src/mailman/rules/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-291-53/+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.
* Last few conversions to pkg_resources instead of listdir'ing the file systemBarry Warsaw2009-03-291-3/+2
| | | | directly.
* Get rid of the mailman.rules entry point.Barry Warsaw2009-03-091-3/+3
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+54
correctly regardless of how it's used.