Adjust Constants to python scheme

This commit is contained in:
Mykola Grymalyuk
2021-10-03 14:10:56 -06:00
parent 2164463e3b
commit a2f73a7bdc
10 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
import subprocess
from resources import Constants
from resources import constants
patcher_support_pkg_version = Constants.Constants().patcher_support_pkg_version
patcher_support_pkg_version = constants.Constants().patcher_support_pkg_version
binary_packages = ["10.14-Mojave", "10.15-Catalina", "11-Big-Sur", "12-Monterey"]
for binary_package in binary_packages: