summaryrefslogtreecommitdiff
path: root/mailman/interfaces/rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/interfaces/rules.py')
-rw-r--r--mailman/interfaces/rules.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/mailman/interfaces/rules.py b/mailman/interfaces/rules.py
index 24501848f..632cc85de 100644
--- a/mailman/interfaces/rules.py
+++ b/mailman/interfaces/rules.py
@@ -17,6 +17,14 @@
"""Interface describing the basics of rules."""
+from __future__ import absolute_import, unicode_literals
+
+__metaclass__ = type
+__all__ = [
+ 'IRule',
+ ]
+
+
from zope.interface import Interface, Attribute