summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/pipeline.py')
-rw-r--r--src/mailman/interfaces/pipeline.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mailman/interfaces/pipeline.py b/src/mailman/interfaces/pipeline.py
index 817ebfc62..4ce11d8a6 100644
--- a/src/mailman/interfaces/pipeline.py
+++ b/src/mailman/interfaces/pipeline.py
@@ -17,9 +17,6 @@
"""Interface for describing pipelines."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'IPipeline',
]
@@ -37,4 +34,3 @@ class IPipeline(Interface):
def __iter__():
"""Iterate over all the handlers in this pipeline."""
-