summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_unshunt.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/cli_unshunt.py')
-rw-r--r--src/mailman/commands/cli_unshunt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_unshunt.py b/src/mailman/commands/cli_unshunt.py
index 6bb1a9800..49b9c6e26 100644
--- a/src/mailman/commands/cli_unshunt.py
+++ b/src/mailman/commands/cli_unshunt.py
@@ -19,10 +19,10 @@
import sys
-from mailman import public
from mailman.config import config
from mailman.core.i18n import _
from mailman.interfaces.command import ICLISubCommand
+from public import public
from zope.interface import implementer