diff options
| author | bwarsaw | 1998-05-26 16:32:56 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-05-26 16:32:56 +0000 |
| commit | ffaf4cf4a405bfa12fcc88c90443aa885124c16d (patch) | |
| tree | 5db843e91a98a1058b13daaf508766cc3daa0b3e | |
| parent | cfe4885e803e961013c7d4e254a0e03d39d47bcb (diff) | |
| download | mailman-ffaf4cf4a405bfa12fcc88c90443aa885124c16d.tar.gz mailman-ffaf4cf4a405bfa12fcc88c90443aa885124c16d.tar.zst mailman-ffaf4cf4a405bfa12fcc88c90443aa885124c16d.zip | |
1. Use the standard Python invocation #! line to get the interpreter
from $PATH
2. Remove RCS crud
| -rwxr-xr-x | bin/subscribe_enmasse | 7 |
1 files 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: # |
