From 20b40f33ce7ffcf15b78b8a5364b30a1569c1559 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:42:15 -0600 Subject: [PATCH] Renove unused libraries --- Resources/SysPatch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 312e446b9..285098a26 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -5,9 +5,7 @@ # - Temporary Work-around: sudo bless --mount /System/Volumes/Update/mnt1 --bootefi --last-sealed-snapshot # - Work-around battery throttling on laptops with no battery (IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources/) -import hashlib import os -import requests import shutil import subprocess import zipfile