diff options
author | Mats Wichmann <mats@linux.com> | 2021-11-26 18:46:54 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-11-26 18:46:54 (GMT) |
commit | f8ce26e209fc61957a8202a01edf42ddd3e25959 (patch) | |
tree | dea26dcd63af6978418dac8fa655f9fbae1961d4 /runtest.py | |
parent | 9649d0fd2326d607ee545625cea45cf72aab87a6 (diff) | |
download | SCons-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-x | runtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |