diff options
| author | Barry Warsaw | 2014-12-22 20:06:20 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-22 20:06:20 -0500 |
| commit | 286fac3f7c580dfc137ac11290a2ba5713f69472 (patch) | |
| tree | 1449121ac40dca604016bdef820e32ac08964d39 /src/mailman/interfaces/pipeline.py | |
| parent | fdd4748e2bb8da32a737aef3ba4d7705f654c729 (diff) | |
| download | mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.gz mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.tar.zst mailman-286fac3f7c580dfc137ac11290a2ba5713f69472.zip | |
Diffstat (limited to 'src/mailman/interfaces/pipeline.py')
| -rw-r--r-- | src/mailman/interfaces/pipeline.py | 4 |
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.""" - |
