Commit d4b4a2d9 by sikang

bug fix

parent 0b10e0b9
# -*-coding:utf-8-*-
from func import Function
from shell import Shell
from tools. garble.api_garble import ApiGarble
from tools. garble.activity_garble import ActivityGarble
from tools.garble.api_garble import ApiGarble
from tools.garble.activity_garble import ActivityGarble
from tools.garble.string_garble import StringGarble
from tools. garble.package_garble import PackageGarble
from tools. garble.manifest_grable import ManifestGarble
from tools.garble.package_garble import PackageGarble
from tools.garble.manifest_grable import ManifestGarble
from tools.sdk_manager import SdkManager
import os
import shutil
......@@ -118,10 +118,10 @@ elif command == 15:
Function().update_local_privacy(config)
elif command == 16:
Garble().api_garble(config)
ApiGarble().api_garble(config)
elif command == 17:
Garble().str_grable(config)
StringGarble().str_grable(config)
elif command == 18:
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