diff options
author | William Deegan <bill@baddogconsulting.com> | 2025-02-15 21:26:06 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2025-02-15 21:26:06 (GMT) |
commit | e3c23de67eeeb577b4a24b6597c298939acb52a1 (patch) | |
tree | 75899b652fa72c7932278822f5de2e5f33febfd0 | |
parent | a5fcde6a9f37e7879551f4abf2f882ddaeb29835 (diff) | |
download | SCons-e3c23de67eeeb577b4a24b6597c298939acb52a1.zip SCons-e3c23de67eeeb577b4a24b6597c298939acb52a1.tar.gz SCons-e3c23de67eeeb577b4a24b6597c298939acb52a1.tar.bz2 |
Simplify
-rw-r--r-- | test/Configure/CheckLibWithHeader_extra_libs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Configure/CheckLibWithHeader_extra_libs.py b/test/Configure/CheckLibWithHeader_extra_libs.py index 9e95fe8..d9b699a 100644 --- a/test/Configure/CheckLibWithHeader_extra_libs.py +++ b/test/Configure/CheckLibWithHeader_extra_libs.py @@ -28,8 +28,6 @@ Verify that a program which depends on library which in turn depends on another library can be built correctly using CheckLibWithHeader """ -from pathlib import Path - from TestSCons import TestSCons, dll_, _dll test = TestSCons(match=TestSCons.match_re_dotall) |