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