diff options
| author | mailman | 1998-04-09 23:39:07 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:39:07 +0000 |
| commit | ebc70455dd8de4f4176ebe62864ea2544beec7f2 (patch) | |
| tree | 3cc971442c241a4903b599dbde34e6ae4e41fe18 /modules/maillist.py | |
| parent | 2a39814a22700473463c1ab899bbe93853c1d738 (diff) | |
| download | mailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.tar.gz mailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.tar.zst mailman-ebc70455dd8de4f4176ebe62864ea2544beec7f2.zip | |
Preparing to package a distribution - add a module docstring and
__version__ info.
Diffstat (limited to 'modules/maillist.py')
| -rw-r--r-- | modules/maillist.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/maillist.py b/modules/maillist.py index 2d62d7f4d..24c677fd5 100644 --- a/modules/maillist.py +++ b/modules/maillist.py @@ -1,8 +1,6 @@ -# Notice that unlike majordomo, message headers/footers aren't going -# on until After the post has been added to the digest / archive. I -# tried putting a footer on the bottom of each message on a majordomo -# list once, but it sucked hard, because you'd see the footer 100 -# times in each digest. +"The class representing a mailman maillist. Mixes in many feature classes." + +__version__ = "$Revision: 394 $" try: import mm_cfg |
