diff options
| author | mailman | 1998-02-22 17:16:57 +0000 |
|---|---|---|
| committer | mailman | 1998-02-22 17:16:57 +0000 |
| commit | fae7dd0d5452fdd64c9ab8325a4d29cf55695b22 (patch) | |
| tree | 19294d0fd361d67f6872ce360dc9e9720a49f1a0 | |
| parent | a02c98d541851a5a63ca079970590b253e61d9ae (diff) | |
| download | mailman-fae7dd0d5452fdd64c9ab8325a4d29cf55695b22.tar.gz mailman-fae7dd0d5452fdd64c9ab8325a4d29cf55695b22.tar.zst mailman-fae7dd0d5452fdd64c9ab8325a4d29cf55695b22.zip | |
Cosmetic change - module docstring.
| -rwxr-xr-x | cgi/admin | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ #!/usr/local/bin/python + +"""Produce the list-administration web page on stdout. + +We need the environment var PATH_INFO to name the list.""" + import sys, os, cgi, string, crypt, types f = open('/tmp/quick', 'a+') #sys.stderr = sys.stdout |
