hxp
2024-07-08 0d0ae1b28705c90d5b0bc5f15c995fb668dc924b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/python
# -*- coding: GBK -*-
#-------------------------------------------------------------------------------
#
##@package PyMongoDataServer.GMToolLogicProcess.Commands.GMT_ReloadPymongo
#
# @todo:ÖØ¶ÁPymongo
# @author hxp
# @date 2024-01-02
# @version 1.0
#
# ÏêϸÃèÊö: ÖضÁPymongo
#
#-------------------------------------------------------------------------------
#"""Version = 2024-01-02 16:00"""
#-------------------------------------------------------------------------------
 
import GMCommon
 
## ÊÕµ½gmÃüÁîÖ´ÐÐ
# @param gmCmdDict:gmÃüÁî×Öµä
# @return None 
def OnExec(gmCmdDict):
    from CmdShell import ReloadModule
    ReloadModule.DoReload()
    return GMCommon.Def_Success, ''