summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/tests/test_file_recips.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-03-25 09:36:52 -0400
committerBarry Warsaw2016-03-25 09:36:52 -0400
commitb9c06627e46ff1e9f09965228ab3b48f217109af (patch)
treea600fa04dd2ac6d006b88aee2c5e605673629fa3 /src/mailman/handlers/tests/test_file_recips.py
parent49d630f2761175e404f3b1d811e61bc43eb6b25b (diff)
downloadmailman-b9c06627e46ff1e9f09965228ab3b48f217109af.tar.gz
mailman-b9c06627e46ff1e9f09965228ab3b48f217109af.tar.zst
mailman-b9c06627e46ff1e9f09965228ab3b48f217109af.zip
Diffstat (limited to 'src/mailman/handlers/tests/test_file_recips.py')
-rw-r--r--src/mailman/handlers/tests/test_file_recips.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/handlers/tests/test_file_recips.py b/src/mailman/handlers/tests/test_file_recips.py
index f7072d850..ee3084288 100644
--- a/src/mailman/handlers/tests/test_file_recips.py
+++ b/src/mailman/handlers/tests/test_file_recips.py
@@ -17,11 +17,6 @@
"""Test file-recips handler."""
-__all__ = [
- 'TestFileRecips',
- ]
-
-
import os
import unittest
@@ -31,7 +26,6 @@ from mailman.testing.helpers import specialized_message_from_string as mfs
from mailman.testing.layers import ConfigLayer
-
class TestFileRecips(unittest.TestCase):
layer = ConfigLayer