summaryrefslogtreecommitdiff
path: root/mailman/tests/test_membership.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/tests/test_membership.py')
-rw-r--r--mailman/tests/test_membership.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/mailman/tests/test_membership.py b/mailman/tests/test_membership.py
index fdb00eec9..9fa00867d 100644
--- a/mailman/tests/test_membership.py
+++ b/mailman/tests/test_membership.py
@@ -17,6 +17,14 @@
"""Unit tests for OldStyleMemberships."""
+from __future__ import absolute_import, unicode_literals
+
+__metaclass__ = type
+__all__ = [
+ 'test_suite',
+ ]
+
+
import time
import unittest