summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/tests/test_help.py')
-rw-r--r--src/mailman/commands/tests/test_help.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mailman/commands/tests/test_help.py b/src/mailman/commands/tests/test_help.py
index ea8105d2a..b2de0297d 100644
--- a/src/mailman/commands/tests/test_help.py
+++ b/src/mailman/commands/tests/test_help.py
@@ -17,10 +17,8 @@
"""Additional tests for the `help` email command."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
+ 'TestHelp',
]