diff options
Diffstat (limited to 'src/mailman/runners/tests/test_outgoing.py')
| -rw-r--r-- | src/mailman/runners/tests/test_outgoing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/tests/test_outgoing.py b/src/mailman/runners/tests/test_outgoing.py index feff2799a..62f6776b1 100644 --- a/src/mailman/runners/tests/test_outgoing.py +++ b/src/mailman/runners/tests/test_outgoing.py @@ -17,7 +17,7 @@ """Test the outgoing runner.""" -from __future__ import absolute_import, unicode_literals +from __future__ import absolute_import, print_function, unicode_literals __metaclass__ = type __all__ = [ |
