Salome HOME
Imported using TkCVS
[samples/datafiles.git] / Superv / Python / SIGSEGV.py
1 from LifeCycleCORBA import *
2 orb = CORBA.ORB_init([''], CORBA.ORB_ID)
3 lcc = LifeCycleCORBA(orb)
4 import SIGNALSComponent_idl
5 SIGNALSComponent = lcc.FindOrLoadComponent('FactoryServer','SIGNALSComponent')
6 SIGNALSComponent.SIGSEGVfunc()
7 SIGNALSComponent.ping()
8