summaryrefslogtreecommitdiff
path: root/scripts/driver
diff options
context:
space:
mode:
authorbwarsaw1998-08-03 23:03:46 +0000
committerbwarsaw1998-08-03 23:03:46 +0000
commit9b6c9eea1ee0b777a0e9c5cee36b10c89f748ba2 (patch)
tree218f5644d48936c779941ddd08707943502373d5 /scripts/driver
parentdf6cccdf6392d1d6b13caa4b62b9526aa361a2db (diff)
downloadmailman-9b6c9eea1ee0b777a0e9c5cee36b10c89f748ba2.tar.gz
mailman-9b6c9eea1ee0b777a0e9c5cee36b10c89f748ba2.tar.zst
mailman-9b6c9eea1ee0b777a0e9c5cee36b10c89f748ba2.zip
Diffstat (limited to 'scripts/driver')
-rw-r--r--scripts/driver7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/driver b/scripts/driver
index 6b20f4f93..22d6df7ad 100644
--- a/scripts/driver
+++ b/scripts/driver
@@ -24,9 +24,10 @@ import sys
-# Useful for debugging. When an error occurs, this attaches the file name to
-# the exception string and re-raises. This will be unnecessary in Python
-# 1.5.2, which also does sensible things to most os module functions.
+# This function is useful for debugging. When an error occurs, this attaches
+# the file name to the exception string and re-raises. This will be
+# unnecessary in Python 1.5.2, which also does sensible things to most os
+# module functions.
realopen = open
def open(filename, mode='r', bufsize=-1, realopen=realopen):