2 Module used to select if to use AthenCommon or GaudiKernel to retrieve the 3 implementation of Configurables. 5 @author Marco Clemencic 10 from AthenaCommon
import Configurable
11 from AthenaCommon
import ConfigurableDb
15 In Athena, the list of configurables to be used in GaudiPython.AppMgr 16 constructor is empty, because the configuration is done in a different 20 Configurable.getNeededConfigurables = _getNeededConfigurables
23 from GaudiKernel
import Configurable
24 from GaudiKernel
import ConfigurableDb
29 sys.modules[
"GaudiKernel.Proxy.Configurable"] = Configurable
30 sys.modules[
"GaudiKernel.Proxy.ConfigurableDb"] = ConfigurableDb
32 import GaudiKernel.Proxy.ConfigurableDb
def _getNeededConfigurables()