summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/cli_help.py')
-rw-r--r--src/mailman/commands/cli_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_help.py b/src/mailman/commands/cli_help.py
index 9222cd00f..5d6372e51 100644
--- a/src/mailman/commands/cli_help.py
+++ b/src/mailman/commands/cli_help.py
@@ -17,8 +17,8 @@
"""The 'help' subcommand."""
-from mailman import public
from mailman.interfaces.command import ICLISubCommand
+from public import public
from zope.interface import implementer