summaryrefslogtreecommitdiff
path: root/cgi/listinfo
diff options
context:
space:
mode:
authorbwarsaw1998-06-19 19:29:16 +0000
committerbwarsaw1998-06-19 19:29:16 +0000
commitf57c73c0fb4b228b12dd0f450d249d4305196ced (patch)
tree8707fd73cb3c2d736ac4d7af167bc3bbbc8fb559 /cgi/listinfo
parent551fc64022f963dc7eabe6a03df53e2fcc84307b (diff)
downloadmailman-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-xcgi/listinfo26
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)