update
This commit is contained in:
parent
66c51f3343
commit
38700cd786
@ -111,6 +111,8 @@ from KaiYyEnDecryptUtil import KaiYyEnDecryptUtil
|
|||||||
|
|
||||||
from async_container import async_post
|
from async_container import async_post
|
||||||
|
|
||||||
|
import jsonpath
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
p = ProgramPath()
|
p = ProgramPath()
|
||||||
parser = argparse.ArgumentParser(prog='Kaiyuan cloud Bussiness Operation Support System')
|
parser = argparse.ArgumentParser(prog='Kaiyuan cloud Bussiness Operation Support System')
|
||||||
@ -214,6 +216,7 @@ if __name__ == '__main__':
|
|||||||
g.BaiduKafKaConsumer = BaiduKafKaConsumer
|
g.BaiduKafKaConsumer = BaiduKafKaConsumer
|
||||||
g.KaiYyEnDecryptUtil = KaiYyEnDecryptUtil
|
g.KaiYyEnDecryptUtil = KaiYyEnDecryptUtil
|
||||||
g.async_post = async_post
|
g.async_post = async_post
|
||||||
|
g.jsonpath = jsonpath
|
||||||
|
|
||||||
i18n = getI18N(path=workdir)
|
i18n = getI18N(path=workdir)
|
||||||
info(f'gadget version={__version__}')
|
info(f'gadget version={__version__}')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user