From bcc42e2201c7172848185e5675a7b79e3d28aa0f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 13 Mar 2012 21:09:33 -0700 Subject: Move the interact module to a better sub-package location. --- src/mailman/commands/cli_withlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/cli_withlist.py') 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. -- cgit v1.2.3-70-g09d2