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_qfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/commands/cli_qfile.py') diff --git a/src/mailman/commands/cli_qfile.py b/src/mailman/commands/cli_qfile.py index 5851388de..78156f08c 100644 --- a/src/mailman/commands/cli_qfile.py +++ b/src/mailman/commands/cli_qfile.py @@ -31,8 +31,8 @@ from pprint import PrettyPrinter from zope.interface import implements from mailman.core.i18n import _ -from mailman.interact import interact from mailman.interfaces.command import ICLISubCommand +from mailman.utilities.interact import interact m = [] -- cgit v1.2.3-70-g09d2