mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Fix import
This commit is contained in:
@@ -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 "", "", "", ""
|
||||||
|
|||||||
Reference in New Issue
Block a user