summaryrefslogtreecommitdiff
path: root/scripts/driver
diff options
context:
space:
mode:
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):