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