예제 #1
0
파일: sleep_system.py 프로젝트: zmmr/Kodi
import xbmc

try:
    import AlphaUIUtils

    if (not AlphaUIUtils.SleepSystem()):
        xbmc.executebuiltin('Suspend')
except:
    xbmc.executebuiltin('Suspend')
예제 #2
0
import xbmc
import AlphaUIUtils

AlphaUIUtils.SleepSystem()