PAL12755: SALOME frozen with 'Load Script' and a python module. A fix by Christian CAREMOLI.

This commit is contained in:
jfa 2006-07-12 14:34:12 +00:00
parent e09d16fe72
commit 912e56d747

View File

@ -30,6 +30,13 @@
#include "SMESHGUI_Swig.hxx"
%}
/* Exception handler for all functions */
%exception {
Py_BEGIN_ALLOW_THREADS
$action
Py_END_ALLOW_THREADS
}
%include "typemaps.i"
class SMESH_Swig