summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-11-26 12:10:04 -0700
committerMats Wichmann <mats@linux.com>2021-11-26 12:10:04 -0700
commit10e76cd4a9d25f58886d5d22575ab742158ed899 (patch)
tree390b9e894587ff47430de2a5f3a1ab521c1d6c01
parentb3e2581902d861ce350df9c3354c1d26eb88de03 (diff)
downloadscons-git-10e76cd4a9d25f58886d5d22575ab742158ed899.tar.gz
Oops, attributed a contribution to the wrong person!
Eryk Sun provided the stanza used to check for attribution. Signed-off-by: Mats Wichmann <mats@linux.com>
-rwxr-xr-xruntest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index 7677a2491..386e73af6 100755
--- a/runtest.py
+++ b/runtest.py
@@ -259,7 +259,7 @@ if args.output:
# --- define helpers ----
if sys.platform == 'win32':
- # thanks to Brett Cannon for this recipe
+ # thanks to Eryk Sun for this recipe
import ctypes
shlwapi = ctypes.OleDLL('shlwapi')