summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/system.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/system.py')
-rw-r--r--src/mailman/interfaces/system.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/interfaces/system.py b/src/mailman/interfaces/system.py
index 83992629c..36aa3279e 100644
--- a/src/mailman/interfaces/system.py
+++ b/src/mailman/interfaces/system.py
@@ -17,9 +17,6 @@
"""System information."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'ISystem',
]