diff options
Diffstat (limited to 'mailman/tests/test_security_mgr.py')
| -rw-r--r-- | mailman/tests/test_security_mgr.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mailman/tests/test_security_mgr.py b/mailman/tests/test_security_mgr.py index a70129210..cdcd2021a 100644 --- a/mailman/tests/test_security_mgr.py +++ b/mailman/tests/test_security_mgr.py @@ -17,6 +17,14 @@ """Unit tests for the SecurityManager module.""" +from __future__ import absolute_import, unicode_literals + +__metaclass__ = type +__all__ = [ + 'test_suite', + ] + + import os import errno import unittest |
