Beispiel #1
0
 def getSandboxModules(self):
     """Return list of module dependencies."""
     import Ganga.Lib.MonitoringServices.Dashboard
     return LCGMS.getSandboxModules(self) + [
         Ganga.Lib.MonitoringServices.Dashboard.LCGAthenaMS,
         Ganga.Lib.MonitoringServices.Dashboard.LCGAthenaUtil,
         ]