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_qfile.py | |
| parent | 80ac803cb2816dde0503671fd117ed134680de53 (diff) | |
| download | mailman-bcc42e2201c7172848185e5675a7b79e3d28aa0f.tar.gz mailman-bcc42e2201c7172848185e5675a7b79e3d28aa0f.tar.zst mailman-bcc42e2201c7172848185e5675a7b79e3d28aa0f.zip | |
Diffstat (limited to 'src/mailman/commands/cli_qfile.py')
| -rw-r--r-- | src/mailman/commands/cli_qfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [] |
