diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-08-30 18:46:02 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-09-18 23:48:01 (GMT) |
commit | d9e034fb0a6b4bb94997f7f4e98802c08bdbc507 (patch) | |
tree | 08f60b5a1b5d527e3624520dcfbae89f0e0d4857 /test/Repository | |
parent | 7509249088a01e7ef40ee317d2bc03e4cbc3e1de (diff) | |
download | SCons-d9e034fb0a6b4bb94997f7f4e98802c08bdbc507.zip SCons-d9e034fb0a6b4bb94997f7f4e98802c08bdbc507.tar.gz SCons-d9e034fb0a6b4bb94997f7f4e98802c08bdbc507.tar.bz2 |
Address most sider complaints
Diffstat (limited to 'test/Repository')
-rw-r--r-- | test/Repository/CPPPATH.py | 2 | ||||
-rw-r--r-- | test/Repository/SConscript.py | 2 | ||||
-rw-r--r-- | test/Repository/multi-dir.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/Repository/CPPPATH.py b/test/Repository/CPPPATH.py index 93c6ffe..e523fe8 100644 --- a/test/Repository/CPPPATH.py +++ b/test/Repository/CPPPATH.py @@ -24,7 +24,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. import sys -from TestSCons import TestSCons, _exe +from TestSCons import TestSCons test = TestSCons() diff --git a/test/Repository/SConscript.py b/test/Repository/SConscript.py index 709f1ca..72e2d27 100644 --- a/test/Repository/SConscript.py +++ b/test/Repository/SConscript.py @@ -28,7 +28,7 @@ Test how we handle SConscript calls when using a Repository. """ import sys -from TestSCons import TestSCons, _exe +from TestSCons import TestSCons test = TestSCons() diff --git a/test/Repository/multi-dir.py b/test/Repository/multi-dir.py index 6500581..757ed0c 100644 --- a/test/Repository/multi-dir.py +++ b/test/Repository/multi-dir.py @@ -25,7 +25,7 @@ import sys -from TestSCons import TestSCons, _exe +from TestSCons import TestSCons test = TestSCons() |