diff options
Diffstat (limited to 'src/mailman/interfaces/errors.py')
| -rw-r--r-- | src/mailman/interfaces/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/errors.py b/src/mailman/interfaces/errors.py index 0d3eef7e8..187c329b3 100644 --- a/src/mailman/interfaces/errors.py +++ b/src/mailman/interfaces/errors.py @@ -22,7 +22,7 @@ components. More specific exceptions will be located in the relevant interfaces. """ -from __future__ import absolute_import, unicode_literals +from __future__ import absolute_import, print_function, unicode_literals __metaclass__ = type __all__ = [ |
