summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbwarsaw2001-05-11 20:07:29 +0000
committerbwarsaw2001-05-11 20:07:29 +0000
commitcf88849653c6cc10ce175c63f982696b1f7cfd27 (patch)
treee2f39eca25d10eabef9ad930512330014289559d /scripts
parent1ad93e8c1b5e4d41b4ad3697c8e425612dd084e5 (diff)
downloadmailman-cf88849653c6cc10ce175c63f982696b1f7cfd27.tar.gz
mailman-cf88849653c6cc10ce175c63f982696b1f7cfd27.tar.zst
mailman-cf88849653c6cc10ce175c63f982696b1f7cfd27.zip
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mailcmd3
-rwxr-xr-xscripts/request3
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')