diff options
Diffstat (limited to 'mailman/tests/test_bounces.py')
| -rw-r--r-- | mailman/tests/test_bounces.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mailman/tests/test_bounces.py b/mailman/tests/test_bounces.py index 564c285c8..d5e525648 100644 --- a/mailman/tests/test_bounces.py +++ b/mailman/tests/test_bounces.py @@ -17,6 +17,14 @@ """Test the bounce detection modules.""" +from __future__ import absolute_import, unicode_literals + +__metaclass__ = type +__all__ = [ + 'test_suite', + ] + + import os import sys import email |
