summaryrefslogtreecommitdiff
path: root/src/mailman/bin/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bin/runner.py')
-rw-r--r--src/mailman/bin/runner.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/bin/runner.py b/src/mailman/bin/runner.py
index 7648ed961..88e02254f 100644
--- a/src/mailman/bin/runner.py
+++ b/src/mailman/bin/runner.py
@@ -17,9 +17,6 @@
"""The runner process."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'main',
]