summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/rules.py')
-rw-r--r--src/mailman/interfaces/rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/rules.py b/src/mailman/interfaces/rules.py
index 7093da5a7..9f5f1365e 100644
--- a/src/mailman/interfaces/rules.py
+++ b/src/mailman/interfaces/rules.py
@@ -18,7 +18,7 @@
"""Interface describing the basics of rules."""
from mailman import public
-from zope.interface import Interface, Attribute
+from zope.interface import Attribute, Interface
@public