summaryrefslogtreecommitdiff
path: root/src/mailman/rules/truth.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rules/truth.py')
-rw-r--r--src/mailman/rules/truth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/truth.py b/src/mailman/rules/truth.py
index 9883a0e60..224ceeaad 100644
--- a/src/mailman/rules/truth.py
+++ b/src/mailman/rules/truth.py
@@ -17,9 +17,9 @@
"""A rule which always matches."""
-from mailman import public
from mailman.core.i18n import _
from mailman.interfaces.rules import IRule
+from public import public
from zope.interface import implementer