Package Ganga :: Package Lib :: Package MonitoringServices :: Package MSGMS
[hide private]
[frames] | no frames]

Source Code for Package Ganga.Lib.MonitoringServices.MSGMS

 1  # This import exists for backward-compatibility. Do not copy this anti-pattern. 
 2  # 
 3  # It is in a try/except so that users of modules in the MSGMS package are not 
 4  # forced to import the MSGMS module and its dependencies. In particular, users 
 5  # are not forced to add the MSGMS module to the sandbox modules copied to the 
 6  # worker node. 
 7  try: 
 8      from MSGMS import * 
 9  except ImportError: 
10      pass 
11