diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-06-15 00:03:57 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-06-15 00:03:57 (GMT) |
commit | 5bdc4682ed0972f8fb9d3c7bc50ce8e0004faef2 (patch) | |
tree | bbc62ffcbeebc413a2b1510a4c2a231944d52200 /test/fixture | |
parent | 87526d678662e2ce64047a370e514efe33a922e9 (diff) | |
download | SCons-5bdc4682ed0972f8fb9d3c7bc50ce8e0004faef2.zip SCons-5bdc4682ed0972f8fb9d3c7bc50ce8e0004faef2.tar.gz SCons-5bdc4682ed0972f8fb9d3c7bc50ce8e0004faef2.tar.bz2 |
[appveyor skip][travis skip] fix sider warning
Diffstat (limited to 'test/fixture')
-rw-r--r-- | test/fixture/mylink.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixture/mylink.py b/test/fixture/mylink.py index 0fa47a9..19969f0 100644 --- a/test/fixture/mylink.py +++ b/test/fixture/mylink.py @@ -1,3 +1,6 @@ +""" +Dummy linker for use by tests" +""" import getopt import sys |