add socket server thread to receive remote call,and try add skin design on it

This commit is contained in:
cuu
2018-05-31 15:38:04 +08:00
parent 81f5c56d9e
commit aea9534d4d
61 changed files with 86 additions and 91 deletions

View File

@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
## local UI import
import pages
import myvars
@@ -10,11 +9,8 @@ try:
except:
print("No icons package")
"""
from icons import preload
def Init(main_screen):
preload.load_icons()
pages.InitPasswordPage(main_screen)
pages.InitScanPage(main_screen)