Salome HOME
Use FactoryServer instead of FactoryServerPy
authorRenaud Barate <renaud.barate@edf.fr>
Thu, 11 Jul 2013 12:34:24 +0000 (14:34 +0200)
committerRenaud Barate <renaud.barate@edf.fr>
Thu, 11 Jul 2013 12:34:24 +0000 (14:34 +0200)
src/salome/parametric/study.py

index 5f6b96668f9124b91d32a94932b320ff7bf1a7a9..e2e372edef2a83343ea95435d783a249de61311d 100644 (file)
@@ -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:
   """