Fix import

This commit is contained in:
Mykola Grymalyuk
2021-05-19 09:07:18 -06:00
committed by GitHub
parent dd968a3244
commit 88903e8edf
+2 -2
View File
@@ -6,7 +6,7 @@ import binascii
import plistlib import plistlib
import subprocess import subprocess
from Resources import Constants from Resources import Constants, Utilities
class pci_probe: class pci_probe:
def __init__(self): def __init__(self):
@@ -84,4 +84,4 @@ class pci_probe:
return "", "", "", "" return "", "", "", ""
except IndexError: except IndexError:
print(f"- No IOService entry found for Wireless Card (I)") print(f"- No IOService entry found for Wireless Card (I)")
return "", "", "", "" return "", "", "", ""