summaryrefslogtreecommitdiff
path: root/scripts/driver
diff options
context:
space:
mode:
authorbwarsaw1998-08-03 22:50:25 +0000
committerbwarsaw1998-08-03 22:50:25 +0000
commit91c89105bc9aeef123f5367aad83348c67549293 (patch)
tree3bce68a779528aed77fdf0cb0172a7848818358e /scripts/driver
parent40768db275481d7d2e0811c0d7f8a7122d99f81d (diff)
downloadmailman-91c89105bc9aeef123f5367aad83348c67549293.tar.gz
mailman-91c89105bc9aeef123f5367aad83348c67549293.tar.zst
mailman-91c89105bc9aeef123f5367aad83348c67549293.zip
Diffstat (limited to 'scripts/driver')
-rw-r--r--scripts/driver2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/driver b/scripts/driver
index c9080c198..77edcf517 100644
--- a/scripts/driver
+++ b/scripts/driver
@@ -26,7 +26,7 @@ import sys
# Useful for debugging. When an error occurs, this attaches the file name to
# the exception string and re-raises (using the bogus Python 1.5 semantics)
-# this may be unnecessary in Python 1.5.2
+# this is unnecessary in Python 1.5.2.
realopen = open
def open(filename, mode='r', bufsize=-1, realopen=realopen):