gaudirun.py
-v
-n
# Add the fake configurables to the path
from Gaudi.Configuration import *
import Test_confDb # only the _merge_confDb.py in InstallArea/python/* are used automatically
#------------------------------------------------------------------------------\
# https://savannah.cern.ch/bugs/?61144
from Configurables import MyTestTool
print MyTestTool()
#------------------------------------------------------------------------------/
true