#!/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, ''