summaryrefslogtreecommitdiff
path: root/scripts/request
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/request')
-rwxr-xr-xscripts/request5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/request b/scripts/request
index 4e9c6139f..0c907b6ec 100755
--- a/scripts/request
+++ b/scripts/request
@@ -29,10 +29,11 @@ import sys
import paths
from Mailman import MailList
from Mailman import Utils
+from Mailman.Logging.StampedLogger import StampedLogger
try:
- sys.stderr = Utils.StampedLogger("error", label = 'mailcmd',
- manual_reprime=1)
+ sys.stderr = StampedLogger("error", label = 'mailcmd',
+ manual_reprime=1)
except IOError:
pass # Oh well - SOL on redirect, errors show thru.