From 06b8db3edb43490cfe4f301e14de8e141db4dc8c Mon Sep 17 00:00:00 2001 From: cuu Date: Sun, 6 Jan 2019 21:40:54 +0800 Subject: [PATCH] gateway switch bug fix --- Menu/GameShell/10_Settings/GateWay/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Menu/GameShell/10_Settings/GateWay/__init__.py b/Menu/GameShell/10_Settings/GateWay/__init__.py index e02a60b..d6a9527 100644 --- a/Menu/GameShell/10_Settings/GateWay/__init__.py +++ b/Menu/GameShell/10_Settings/GateWay/__init__.py @@ -2,8 +2,8 @@ import os import pygame import platform -#import commands -import glob +import commands +#import glob #from beeprint import pp from libs.roundrects import aa_round_rect