summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/__init__.py
diff options
context:
space:
mode:
authorbwarsaw2002-02-23 05:58:53 +0000
committerbwarsaw2002-02-23 05:58:53 +0000
commitd26184863640945f34f72f52cb5d3973721a0fcb (patch)
tree2837c59f7a9e2735546f02c9769c91594c23f358 /Mailman/pythonlib/__init__.py
parente9bd5dcabb14254f5bf6b3809755f148726cd3fd (diff)
downloadmailman-d26184863640945f34f72f52cb5d3973721a0fcb.tar.gz
mailman-d26184863640945f34f72f52cb5d3973721a0fcb.tar.zst
mailman-d26184863640945f34f72f52cb5d3973721a0fcb.zip
Deprecate the Mailman/pythonlib directory. First, most if not all of
the modules are now unnecessary because we're going to require at least Python 2.1.x and it should have relatively bug-free versions of these modules. Second, if we find we need to override standard modules, we have a different way of doing it now (by path-hacking in a pythonlib directory one level up into the front of sys.path).
Diffstat (limited to 'Mailman/pythonlib/__init__.py')
-rw-r--r--Mailman/pythonlib/__init__.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/Mailman/pythonlib/__init__.py b/Mailman/pythonlib/__init__.py
deleted file mode 100644
index a46d82f55..000000000
--- a/Mailman/pythonlib/__init__.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (C) 1998,1999,2000 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.