![]() |
|
|
Generated: 8 Jan 2009 |
Functions | |
| def | _fillCfgDb |
| -*- python -*- db file automatically generated by genconf on: Thu Jan 8 17:32:54 2009 insulates outside world against anything bad that could happen also prevents global scope pollution | |
| def GaudiPython::GaudiPython_confDb::_fillCfgDb | ( | ) | [private] |
-*- python -*- db file automatically generated by genconf on: Thu Jan 8 17:32:54 2009 insulates outside world against anything bad that could happen also prevents global scope pollution
Definition at line 5 of file GaudiPython_confDb.py.
00005 : 00006 from GaudiKernel.Proxy.ConfigurableDb import CfgDb 00007 00008 # get a handle on the repository of Configurables 00009 cfgDb = CfgDb() 00010 00011 # populate the repository with informations on Configurables 00012 00013 cfgDb.add( configurable = 'PythonScriptingSvc', 00014 package = 'GaudiPython', 00015 module = 'GaudiPython.GaudiPythonConf', 00016 lib = 'GaudiPython' ) 00017 return #_fillCfgDb 00018 # fill cfgDb at module import... 00019 try: 00020 _fillCfgDb() 00021 #house cleaning... 00022 del _fillCfgDb except Exception,err: