mirror of
https://github.com/munki/munki.git
synced 2026-05-06 20:39:30 -05:00
Re-add pylint disable=E0611 around CoreFoundation imports
This commit is contained in:
@@ -19,6 +19,7 @@ powermgr.py
|
||||
munki module to toggle IOKit/PowerManager idle sleep assertions.
|
||||
"""
|
||||
|
||||
# pylint: disable=E0611
|
||||
# stuff for IOKit/PowerManager, courtesy Michael Lynn, pudquick@github
|
||||
from ctypes import c_uint32, cdll, c_void_p, POINTER, byref
|
||||
from CoreFoundation import CFStringCreateWithCString
|
||||
|
||||
Reference in New Issue
Block a user