diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mailcmd | 3 | ||||
| -rwxr-xr-x | scripts/request | 3 |
2 files changed, 2 insertions, 4 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') diff --git a/scripts/request b/scripts/request index a0eef66b0..61d7b0ce8 100755 --- a/scripts/request +++ b/scripts/request @@ -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') |
