From 931a90e45edda11714726ce3bf1e7b02cae2c4f0 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 6 Sep 2015 18:37:31 -0400 Subject: Remove bogus file. --- src/mailman/utilities/compat.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/mailman/utilities/compat.py diff --git a/src/mailman/utilities/compat.py b/src/mailman/utilities/compat.py deleted file mode 100644 index 3a8d782eb..000000000 --- a/src/mailman/utilities/compat.py +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright (C) 2015 by the Free Software Foundation, Inc. -# -# This file is part of GNU Mailman. -# -# GNU Mailman 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 3 of the License, or (at your option) -# any later version. -# -# GNU Mailman 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 -# GNU Mailman. If not, see . - -"""Compatibility hacks.""" - -__all__ = [ - - ] -- cgit v1.3.1