def __init__(self, job_info, config_info): MSGMS.__init__(self, job_info, config_info)
def getSandboxModules(self): import Ganga.Lib.MonitoringServices.MSGMS return [ Ganga.Lib.MonitoringServices.MSGMS.AthenaMSGMS, ] + MSGMS.getSandboxModules(self)