]> SALOME platform Git repositories - modules/shaper.git/blob - src/PyInterp/PyInterp_Event.cxx
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PyInterp / PyInterp_Event.cxx
1
2
3 #include "PyInterp_Event.h"
4 #include "PyInterp_Request.h"
5
6 void PyInterp_ExecuteEvent::Execute()
7 {
8   myRequest->execute();
9 }