diff options
Diffstat (limited to 'scripts/mailcmd')
| -rwxr-xr-x | scripts/mailcmd | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/scripts/mailcmd b/scripts/mailcmd index 4120fb9c7..fa94dfeb5 100755 --- a/scripts/mailcmd +++ b/scripts/mailcmd @@ -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 @@ -22,13 +23,9 @@ of the target mailing list. Errors are redirected to logs/errors.""" -__version__ = "$Revision: 547 $" - import sys - -sys.path.append('/home/mailman/mailman/modules') - +import paths import maillist, mm_utils try: |
