From 8c7ee646de9bcc42059ae852f5aaac0730aafe80 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 10 Dec 2009 00:33:19 -0500 Subject: Add missing import. --- src/mailman/commands/cli_unshunt.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mailman/commands/cli_unshunt.py') diff --git a/src/mailman/commands/cli_unshunt.py b/src/mailman/commands/cli_unshunt.py index 917b6056b..010fc713a 100644 --- a/src/mailman/commands/cli_unshunt.py +++ b/src/mailman/commands/cli_unshunt.py @@ -25,6 +25,8 @@ __all__ = [ ] +import sys + from zope.interface import implements from mailman.config import config -- cgit v1.2.3-70-g09d2