From ffaf4cf4a405bfa12fcc88c90443aa885124c16d Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 26 May 1998 16:32:56 +0000 Subject: 1. Use the standard Python invocation #! line to get the interpreter from $PATH 2. Remove RCS crud --- bin/subscribe_enmasse | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bin/subscribe_enmasse b/bin/subscribe_enmasse index 891921878..29a718aaf 100755 --- a/bin/subscribe_enmasse +++ b/bin/subscribe_enmasse @@ -1,4 +1,5 @@ -#!/usr/local/bin/python +#! /usr/bin/env python +# # Copyright (C) 1998 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or @@ -18,10 +19,6 @@ """This program gets called when the list admin posts a list of names to be subscribed on the admin page.""" -__version__ = "$Revision: 549 $" -# $Source$ - - # This is here because mailman # needs to fork this off and make it do the # work for the following # reasons: # -- cgit v1.3.1