summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2015-09-06 18:37:31 -0400
committerBarry Warsaw2015-09-07 12:24:37 -0400
commit82f48dd77735c3a563d50b180f807663304c4442 (patch)
tree3b1e9aa407a963965532ca8c968f5768fb7273f2 /src
parent5b7c429a711572393dbce42cbce47d785fe6e3a6 (diff)
downloadmailman-82f48dd77735c3a563d50b180f807663304c4442.tar.gz
mailman-82f48dd77735c3a563d50b180f807663304c4442.tar.zst
mailman-82f48dd77735c3a563d50b180f807663304c4442.zip
Remove bogus file.
Diffstat (limited to 'src')
-rw-r--r--src/mailman/utilities/compat.py22
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__ = [
-
- ]