Exemplo n.º 1
0
 def __init__(self, job_info, config_info):
     MSGMS.__init__(self, job_info, config_info)
Exemplo n.º 2
0
 def getSandboxModules(self):
     import Ganga.Lib.MonitoringServices.MSGMS
     return [
         Ganga.Lib.MonitoringServices.MSGMS.AthenaMSGMS,
     ] + MSGMS.getSandboxModules(self)