Trying to fix black screen on wake...
This commit is contained in:
4
ACPI/SSDTTime-master/Scripts/__init__.py
Normal file
4
ACPI/SSDTTime-master/Scripts/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from os.path import dirname, basename, isfile
|
||||
import glob
|
||||
modules = glob.glob(dirname(__file__)+"/*.py")
|
||||
__all__ = [ basename(f)[:-3] for f in modules if isfile(f) and not f.endswith('__init__.py')]
|
||||
Reference in New Issue
Block a user