From: Renaud Barate Date: Thu, 11 Jul 2013 12:34:24 +0000 (+0200) Subject: Use FactoryServer instead of FactoryServerPy X-Git-Tag: V7_3_0~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=63e2b696dbf9205c6d268616c0d02dffe342ec7a;p=modules%2Fparametric.git Use FactoryServer instead of FactoryServerPy --- diff --git a/src/salome/parametric/study.py b/src/salome/parametric/study.py index 5f6b966..e2e372e 100644 --- a/src/salome/parametric/study.py +++ b/src/salome/parametric/study.py @@ -27,9 +27,7 @@ import PARAMETRIC PARAM_STUDY_TYPE_ID = 1 -# We must use FactoryServerPy for now because it is the one that is used by GUI -# when automatically loading the engine -PARAMETRIC_ENGINE_CONTAINER = "FactoryServerPy" +PARAMETRIC_ENGINE_CONTAINER = "FactoryServer" class ParametricStudyEditor: """