00001 #!/usr/bin/env python 00002 00003 from Gaudi.Configuration import ApplicationMgr 00004 theApp = ApplicationMgr() 00005 theApp.TopAlg.append('ObjectSpew') 00006 theApp.TopAlg.append('SimpleInputModule') 00007