From 1ac1949da26311f91baa3b7cd3400a654bd63c32 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Tue, 30 Jan 2024 11:45:29 -0700 Subject: [PATCH] fix imports --- util/ghidrathon_configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ghidrathon_configure.py b/util/ghidrathon_configure.py index 93523a4..2fb2c9a 100644 --- a/util/ghidrathon_configure.py +++ b/util/ghidrathon_configure.py @@ -6,7 +6,7 @@ # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. -import importlib +import importlib.util import argparse import pathlib import logging