diff options
| author | bwarsaw | 2001-05-11 20:07:29 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-11 20:07:29 +0000 |
| commit | cf88849653c6cc10ce175c63f982696b1f7cfd27 (patch) | |
| tree | e2f39eca25d10eabef9ad930512330014289559d /scripts | |
| parent | 1ad93e8c1b5e4d41b4ad3697c8e425612dd084e5 (diff) | |
| download | mailman-cf88849653c6cc10ce175c63f982696b1f7cfd27.tar.gz mailman-cf88849653c6cc10ce175c63f982696b1f7cfd27.tar.zst mailman-cf88849653c6cc10ce175c63f982696b1f7cfd27.zip | |
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') |
