From 88903e8edf1a79a05858e9c6b568efafa369b747 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Wed, 19 May 2021 09:07:18 -0600 Subject: [PATCH] Fix import --- Resources/DeviceProbe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/DeviceProbe.py b/Resources/DeviceProbe.py index 952eb6190..d37a37efe 100644 --- a/Resources/DeviceProbe.py +++ b/Resources/DeviceProbe.py @@ -6,7 +6,7 @@ import binascii import plistlib import subprocess -from Resources import Constants +from Resources import Constants, Utilities class pci_probe: def __init__(self): @@ -84,4 +84,4 @@ class pci_probe: return "", "", "", "" except IndexError: print(f"- No IOService entry found for Wireless Card (I)") - return "", "", "", "" \ No newline at end of file + return "", "", "", ""