From 63e2b696dbf9205c6d268616c0d02dffe342ec7a Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Thu, 11 Jul 2013 14:34:24 +0200 Subject: [PATCH] Use FactoryServer instead of FactoryServerPy --- src/salome/parametric/study.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: """ -- 2.39.2