summaryrefslogtreecommitdiff
path: root/cgi/edithtml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcgi/edithtml5
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