summaryrefslogtreecommitdiff
path: root/src/mailman/rules/any.py
diff options
context:
space:
mode:
authorMark Sapiro2016-12-04 15:40:12 -0800
committerMark Sapiro2016-12-04 15:40:12 -0800
commitb7eef6badf3fc6e6bd0534ca58647f0e8219e977 (patch)
tree7e2999232b8e3c6b54fffc5a31a90414c167ffe1 /src/mailman/rules/any.py
parent0846595ab8f75afda49fcdf35abe87b609af55d5 (diff)
parentb50fc4b57c9a8886407fd9ae0b88bdaa2075d3a2 (diff)
downloadmailman-b7eef6badf3fc6e6bd0534ca58647f0e8219e977.tar.gz
mailman-b7eef6badf3fc6e6bd0534ca58647f0e8219e977.tar.zst
mailman-b7eef6badf3fc6e6bd0534ca58647f0e8219e977.zip
Diffstat (limited to 'src/mailman/rules/any.py')
-rw-r--r--src/mailman/rules/any.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/any.py b/src/mailman/rules/any.py
index 466735ebe..6d3bbe21f 100644
--- a/src/mailman/rules/any.py
+++ b/src/mailman/rules/any.py
@@ -17,9 +17,9 @@
"""Check if any previous rules have matched."""
-from mailman import public
from mailman.core.i18n import _
from mailman.interfaces.rules import IRule
+from public import public
from zope.interface import implementer