diff options
| author | Barry Warsaw | 2012-03-13 21:09:33 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-13 21:09:33 -0700 |
| commit | bcc42e2201c7172848185e5675a7b79e3d28aa0f (patch) | |
| tree | 5ac1e40555fc391dae241d0741d1fafbaa338396 /src/mailman/commands/cli_withlist.py | |
| parent | 80ac803cb2816dde0503671fd117ed134680de53 (diff) | |
| download | mailman-bcc42e2201c7172848185e5675a7b79e3d28aa0f.tar.gz mailman-bcc42e2201c7172848185e5675a7b79e3d28aa0f.tar.zst mailman-bcc42e2201c7172848185e5675a7b79e3d28aa0f.zip | |
Diffstat (limited to 'src/mailman/commands/cli_withlist.py')
| -rw-r--r-- | src/mailman/commands/cli_withlist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_withlist.py b/src/mailman/commands/cli_withlist.py index 7bf7c4384..3b1b36b1a 100644 --- a/src/mailman/commands/cli_withlist.py +++ b/src/mailman/commands/cli_withlist.py @@ -35,9 +35,9 @@ from zope.interface import implements from mailman.config import config from mailman.core.i18n import _ -from mailman.interact import DEFAULT_BANNER, interact from mailman.interfaces.command import ICLISubCommand from mailman.interfaces.listmanager import IListManager +from mailman.utilities.interact import DEFAULT_BANNER, interact from mailman.utilities.modules import call_name # Global holding onto the open mailing list. |
