diff options
Diffstat (limited to 'scripts/mailcmd')
| -rwxr-xr-x | scripts/mailcmd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mailcmd b/scripts/mailcmd index a0eef66b0..61d7b0ce8 100755 --- a/scripts/mailcmd +++ b/scripts/mailcmd @@ -24,7 +24,6 @@ of the target mailing list. Errors are redirected to logs/errors. """ - import sys import paths @@ -34,7 +33,7 @@ from Mailman.i18n import _ from Mailman.Queue.sbcache import get_switchboard from Mailman.Logging.Utils import LogStdErr -LogStdErr("error", "mailcmd") +LogStdErr('error', 'mailcmd') |
