diff options
| -rwxr-xr-x | bin/populate_new_list | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bin/populate_new_list b/bin/populate_new_list index 7aaae7746..f15560f5e 100755 --- a/bin/populate_new_list +++ b/bin/populate_new_list @@ -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 @@ -24,13 +25,9 @@ The email address lists must not have comments or other fancy formatting - just email addrs, one per line.""" -__version__ = "$Revision: 549 $" -# $Source$ import sys, os, crypt, string - -sys.path.append('/home/mailman/mailman/modules') - +import paths import maillist, mm_utils, mm_message, mm_cfg, mm_err def GetRandomPassword(): |
