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