summaryrefslogtreecommitdiff
path: root/src/mailman/archiving/tests
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-22 20:06:20 -0500
committerBarry Warsaw2014-12-22 20:06:20 -0500
commit286fac3f7c580dfc137ac11290a2ba5713f69472 (patch)
tree1449121ac40dca604016bdef820e32ac08964d39 /src/mailman/archiving/tests
parentfdd4748e2bb8da32a737aef3ba4d7705f654c729 (diff)
downloadmailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.gz
mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.zst
mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.zip
Remove huge amounts of now unnecessary file boilerplate.
Diffstat (limited to 'src/mailman/archiving/tests')
-rw-r--r--src/mailman/archiving/tests/test_prototype.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mailman/archiving/tests/test_prototype.py b/src/mailman/archiving/tests/test_prototype.py
index 6bc4f25b4..4cd33d431 100644
--- a/src/mailman/archiving/tests/test_prototype.py
+++ b/src/mailman/archiving/tests/test_prototype.py
@@ -17,9 +17,6 @@
"""Test the prototype archiver."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'TestPrototypeArchiver',
]
@@ -33,7 +30,6 @@ import threading
from email import message_from_file
from flufl.lock import Lock
-
from mailman.app.lifecycle import create_list
from mailman.archiving.prototype import Prototype
from mailman.config import config