summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-11-26 18:46:54 (GMT)
committerMats Wichmann <mats@linux.com>2021-11-26 18:46:54 (GMT)
commitf8ce26e209fc61957a8202a01edf42ddd3e25959 (patch)
treedea26dcd63af6978418dac8fa655f9fbae1961d4 /runtest.py
parent9649d0fd2326d607ee545625cea45cf72aab87a6 (diff)
downloadSCons-f8ce26e209fc61957a8202a01edf42ddd3e25959.zip
SCons-f8ce26e209fc61957a8202a01edf42ddd3e25959.tar.gz
SCons-f8ce26e209fc61957a8202a01edf42ddd3e25959.tar.bz2
Fix sider complaints and add missed CHANGES.txt update
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'runtest.py')
-rwxr-xr-xruntest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index 54640a1..7677a24 100755
--- a/runtest.py
+++ b/runtest.py
@@ -259,7 +259,7 @@ if args.output:
# --- define helpers ----
if sys.platform == 'win32':
- # thanks to Bret Cannon for this recipe
+ # thanks to Brett Cannon for this recipe
import ctypes
shlwapi = ctypes.OleDLL('shlwapi')