From e3c23de67eeeb577b4a24b6597c298939acb52a1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 15 Feb 2025 13:26:06 -0800 Subject: Simplify --- test/Configure/CheckLibWithHeader_extra_libs.py | 2 -- 1 file changed, 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) -- cgit v0.12