diff options
| author | Barry Warsaw | 2015-09-06 18:37:31 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-09-06 18:37:31 -0400 |
| commit | 931a90e45edda11714726ce3bf1e7b02cae2c4f0 (patch) | |
| tree | c10d3066cd03d1b31d1a02bfd0b759574ad3628c | |
| parent | cb608782958b80bad581ca173022e273fdc2bd66 (diff) | |
| download | mailman-931a90e45edda11714726ce3bf1e7b02cae2c4f0.tar.gz mailman-931a90e45edda11714726ce3bf1e7b02cae2c4f0.tar.zst mailman-931a90e45edda11714726ce3bf1e7b02cae2c4f0.zip | |
Remove bogus file.
| -rw-r--r-- | src/mailman/utilities/compat.py | 22 |
1 files changed, 0 insertions, 22 deletions
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 <http://www.gnu.org/licenses/>. - -"""Compatibility hacks.""" - -__all__ = [ - - ] |
