Esempio n. 1
0
 def getSandboxModules(self):
     """Return list of MSGMS module dependencies."""
     import Ganga.Lib.MonitoringServices.MSGMS
     return IMonitoringService.getSandboxModules(self) + [
         Ganga.Lib.MonitoringServices.MSGMS,
         Ganga.Lib.MonitoringServices.MSGMS.MSGMS,
     ] + MSGUtil.getSandboxModules()
Esempio n. 2
0
 def getSandboxModules(self):
     """Return list of DashboardMS module dependencies."""
     import Ganga.Lib.MonitoringServices.Dashboard
     return IMonitoringService.IMonitoringService.getSandboxModules(self) + [
         Ganga.Lib.MonitoringServices.Dashboard,
         Ganga.Lib.MonitoringServices.Dashboard.DashboardMS,
         Ganga.Lib.MonitoringServices.Dashboard.FormatUtil,
     ] + MSGUtil.getSandboxModules()