diff options
| -rwxr-xr-x | cgi/admin | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ To run stand-alone for debugging, set env var PATH_INFO to name of list and, optionally, options category.""" +__version__ = "$Revision: 383 $" + import sys sys.path.append('/home/mailman/mailman/modules') import os, cgi, string, crypt, types |
