From 7c2b480459932f9c1443b85ec55b288e6be41117 Mon Sep 17 00:00:00 2001 From: mailman Date: Thu, 9 Apr 1998 23:57:58 +0000 Subject: Preparing to package a distribution - add a module docstring and __version__ info. --- scripts/owner | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'scripts/owner') diff --git a/scripts/owner b/scripts/owner index 746dc8008..3d1556e81 100755 --- a/scripts/owner +++ b/scripts/owner @@ -1,8 +1,14 @@ #! /usr/local/bin/python -# -# This script gets called by the wrapper. -# Stdin is the mail message, and argv[1] is the name of the mailing list -# whose owner(s) to send mail to. + +"""Send a message to the maillist owner. + +This script gets called by the wrapper. + +Stdin is the mail message, and argv[1] is the name of the mailing list +whose owner(s) to send mail to.""" + +__version__ = "$Revision: 399 $" + import sys f = open('/tmp/owner.errs', 'a+') -- cgit v1.2.3-70-g09d2