summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/command.py')
-rw-r--r--src/mailman/interfaces/command.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/interfaces/command.py b/src/mailman/interfaces/command.py
index 720e59ee8..a73d0b1de 100644
--- a/src/mailman/interfaces/command.py
+++ b/src/mailman/interfaces/command.py
@@ -17,9 +17,6 @@
"""Interfaces defining email commands."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'ContinueProcessing',
'ICLISubCommand',