Use snake nameing scheme

This commit is contained in:
Mykola Grymalyuk
2021-10-03 13:35:01 -06:00
parent b9a5ba7897
commit e33997320b
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright (C) 2021 Mykola Grymalyuk
import plistlib
from pathlib import Path
from Resources import Constants
from resources import Constants
app_path = Path.cwd() / Path ("OpenCore Patcher.app/Contents/Info.plist")
info = plistlib.load(Path(app_path).open("rb"))