diff options
| author | Barry Warsaw | 2009-12-10 00:33:19 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-10 00:33:19 -0500 |
| commit | 8c7ee646de9bcc42059ae852f5aaac0730aafe80 (patch) | |
| tree | a3b5146d2ff83bc0b2e55ead2571be321a8078f1 /src/mailman/commands/cli_unshunt.py | |
| parent | 5880aed34f5220cec915b850b8821ba880eaa40b (diff) | |
| download | mailman-8c7ee646de9bcc42059ae852f5aaac0730aafe80.tar.gz mailman-8c7ee646de9bcc42059ae852f5aaac0730aafe80.tar.zst mailman-8c7ee646de9bcc42059ae852f5aaac0730aafe80.zip | |
Diffstat (limited to 'src/mailman/commands/cli_unshunt.py')
| -rw-r--r-- | src/mailman/commands/cli_unshunt.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
