summaryrefslogtreecommitdiff
path: root/src/mailman/database/message.py
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-53/+0
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+53
correctly regardless of how it's used.