diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-12-20 23:37:56 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-12-20 23:37:56 (GMT) |
commit | 78292be9cbb471101e6ed4ec5f6da0161730c656 (patch) | |
tree | e0ef841cc870866c5af965411b9222c455d8d3e7 /test/AS/ASPPFLAGS.py | |
parent | 2b583646718acda52481b71f15c9a6723fb3eb81 (diff) | |
parent | 97dbf8d22b518a8f67cf670f8e3449990f3f5813 (diff) | |
download | SCons-78292be9cbb471101e6ed4ec5f6da0161730c656.zip SCons-78292be9cbb471101e6ed4ec5f6da0161730c656.tar.gz SCons-78292be9cbb471101e6ed4ec5f6da0161730c656.tar.bz2 |
Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversion
Diffstat (limited to 'test/AS/ASPPFLAGS.py')
-rw-r--r-- | test/AS/ASPPFLAGS.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/AS/ASPPFLAGS.py b/test/AS/ASPPFLAGS.py index 5dd9a38..f7d7c5c 100644 --- a/test/AS/ASPPFLAGS.py +++ b/test/AS/ASPPFLAGS.py @@ -24,7 +24,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import os import sys import TestSCons |