From e67ea4127098ac0c7dd70c72ccd78d7a4546cd92 Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Sat, 4 Jul 2020 01:57:41 +0800 Subject: [PATCH] import subprocess --- Menu/GameShell/99_PowerOFF/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Menu/GameShell/99_PowerOFF/__init__.py b/Menu/GameShell/99_PowerOFF/__init__.py index 9fa6a04..2ef02e4 100644 --- a/Menu/GameShell/99_PowerOFF/__init__.py +++ b/Menu/GameShell/99_PowerOFF/__init__.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import pygame +import subprocess #UI lib from UI.constants import RUNSYS