diff options
Diffstat (limited to '')
| -rwxr-xr-x | cgi/edithtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgi/edithtml b/cgi/edithtml index b25de1d73..6b90de7c6 100755 --- a/cgi/edithtml +++ b/cgi/edithtml @@ -1,4 +1,9 @@ #!/usr/local/bin/python + +"""Script which implements admin editing of the list's html templates.""" + +__version__ = "$Revision: 386 $" + import sys sys.path.append('/home/mailman/mailman/modules') import os, cgi, string, crypt, types |
