From 36c8c34b723f6cfaae960ea9c2fc02c55dadc406 Mon Sep 17 00:00:00 2001 From: mailman Date: Thu, 9 Apr 1998 23:48:30 +0000 Subject: Preparing to package a distribution - add __version__ info. --- Mailman/MailCommandHandler.py | 4 +++- modules/mm_mailcmd.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py index 6ffbfaed2..45383733f 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.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. 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. -- cgit v1.2.3-70-g09d2