Commit d4b4a2d9 by sikang

bug fix

parent 0b10e0b9
# -*-coding:utf-8-*- # -*-coding:utf-8-*-
from func import Function from func import Function
from shell import Shell from shell import Shell
from tools. garble.api_garble import ApiGarble from tools.garble.api_garble import ApiGarble
from tools. garble.activity_garble import ActivityGarble from tools.garble.activity_garble import ActivityGarble
from tools.garble.string_garble import StringGarble from tools.garble.string_garble import StringGarble
from tools. garble.package_garble import PackageGarble from tools.garble.package_garble import PackageGarble
from tools. garble.manifest_grable import ManifestGarble from tools.garble.manifest_grable import ManifestGarble
from tools.sdk_manager import SdkManager from tools.sdk_manager import SdkManager
import os import os
import shutil import shutil
...@@ -118,10 +118,10 @@ elif command == 15: ...@@ -118,10 +118,10 @@ elif command == 15:
Function().update_local_privacy(config) Function().update_local_privacy(config)
elif command == 16: elif command == 16:
Garble().api_garble(config) ApiGarble().api_garble(config)
elif command == 17: elif command == 17:
Garble().str_grable(config) StringGarble().str_grable(config)
elif command == 18: elif command == 18:
ActivityGarble().activity_garble(config) ActivityGarble().activity_garble(config)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment