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 "", "", "", ""