From: jfa Date: Fri, 22 Mar 2019 10:07:57 +0000 (+0300) Subject: tracker_salome #16694 EDF - Problem with T-Shape X-Git-Tag: V9_3_0b2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa02ef2a4f2dece9e9cde2a76e922b585e60e3d2;p=modules%2Fgeom.git tracker_salome #16694 EDF - Problem with T-Shape --- diff --git a/src/Tools/geom_plugins.py b/src/Tools/geom_plugins.py index 069465d53..f0311a438 100644 --- a/src/Tools/geom_plugins.py +++ b/src/Tools/geom_plugins.py @@ -21,7 +21,10 @@ import salome_pluginsmanager -def t_shape_fluid(): +def t_shape_fluid(context): + + #study = context.study + #sg = context.sg #from salome.geom.t_shape import t_shape_builder from salome.geom.t_shape import t_shape_dialog