diff options
Diffstat (limited to 'cgi/edithtml')
| -rwxr-xr-x | cgi/edithtml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cgi/edithtml b/cgi/edithtml index f721953e8..3c4fe3887 100755 --- a/cgi/edithtml +++ b/cgi/edithtml @@ -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 @@ -17,11 +18,9 @@ """Script which implements admin editing of the list's html templates.""" -__version__ = "$Revision: 547 $" - import sys -sys.path.append('/home/mailman/mailman/modules') import os, cgi, string, crypt, types +import paths # path hacking import mm_utils, maillist, mm_cfg import htmlformat |
