diff options
| author | bwarsaw | 1998-06-19 19:29:16 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-19 19:29:16 +0000 |
| commit | f57c73c0fb4b228b12dd0f450d249d4305196ced (patch) | |
| tree | 8707fd73cb3c2d736ac4d7af167bc3bbbc8fb559 /cgi/listinfo | |
| parent | 551fc64022f963dc7eabe6a03df53e2fcc84307b (diff) | |
| download | mailman-f57c73c0fb4b228b12dd0f450d249d4305196ced.tar.gz mailman-f57c73c0fb4b228b12dd0f450d249d4305196ced.tar.zst mailman-f57c73c0fb4b228b12dd0f450d249d4305196ced.zip | |
All these files have been removed, replaced by the driver script architecture.
Diffstat (limited to 'cgi/listinfo')
| -rwxr-xr-x | cgi/listinfo | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/cgi/listinfo b/cgi/listinfo deleted file mode 100755 index cdb6976a6..000000000 --- a/cgi/listinfo +++ /dev/null @@ -1,26 +0,0 @@ -#! /usr/bin/env python -# -# Copyright (C) 1998 by the Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -import paths - -def listinfo(): - import Mailman.Cgi.listinfo - Mailman.Cgi.listinfo.main() - -from Mailman.runcgi import * -wrap_func(listinfo) |
