diff options
| author | mailman | 1998-04-09 23:48:30 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:48:30 +0000 |
| commit | 36c8c34b723f6cfaae960ea9c2fc02c55dadc406 (patch) | |
| tree | b357ac43f5211e8b3d683619c14afc3897d5b689 /modules/mm_mailcmd.py | |
| parent | 2a1fb2d10b44d4999d0d88d5807385e3da8d185b (diff) | |
| download | mailman-36c8c34b723f6cfaae960ea9c2fc02c55dadc406.tar.gz mailman-36c8c34b723f6cfaae960ea9c2fc02c55dadc406.tar.zst mailman-36c8c34b723f6cfaae960ea9c2fc02c55dadc406.zip | |
Preparing to package a distribution - add __version__ info.
Diffstat (limited to 'modules/mm_mailcmd.py')
| -rw-r--r-- | modules/mm_mailcmd.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/mm_mailcmd.py b/modules/mm_mailcmd.py index 6ffbfaed2..45383733f 100644 --- a/modules/mm_mailcmd.py +++ b/modules/mm_mailcmd.py @@ -1,4 +1,6 @@ -"""Process commands arriving via email.""" +"""Process maillist user commands arriving via email.""" + +__version__ = "$Revision: 398 $" # Try to stay close to majordomo commands, but accept common mistakes. # Not implemented: get / index / which. |
