Fix patch on android

Create own unzip method since zipfile is no longer reliable.
This commit is contained in:
angelblue05 2018-09-09 22:53:20 -05:00
commit 419afcce3c
4 changed files with 80 additions and 32 deletions

View file

@ -14,6 +14,7 @@ from utils import JSONRPC
from utils import indent
from utils import write_xml
from utils import compare_version
from utils import unzip
from wrapper import progress
from wrapper import catch