From 93a0887a8c64959538af067be58de61ff05acf56 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 15 Feb 2022 11:41:16 +0100 Subject: [PATCH] SSL mode is activated by default --- doc/salome/examples/basic_geom_smesh_without_session.py | 2 -- doc/salome/examples/basic_shaper_smesh_without_session.py | 1 - doc/salome/examples/basic_smesh_output_with_mc_field.py | 1 - 3 files changed, 4 deletions(-) diff --git a/doc/salome/examples/basic_geom_smesh_without_session.py b/doc/salome/examples/basic_geom_smesh_without_session.py index 9626ff9eb..530d4a769 100644 --- a/doc/salome/examples/basic_geom_smesh_without_session.py +++ b/doc/salome/examples/basic_geom_smesh_without_session.py @@ -7,8 +7,6 @@ import sys import salome import os -salome.standalone() # <- key point of test is here -salome.salome_init() import salome_notebook notebook = salome_notebook.NoteBook() diff --git a/doc/salome/examples/basic_shaper_smesh_without_session.py b/doc/salome/examples/basic_shaper_smesh_without_session.py index 54594a194..5fab2b78f 100644 --- a/doc/salome/examples/basic_shaper_smesh_without_session.py +++ b/doc/salome/examples/basic_shaper_smesh_without_session.py @@ -5,7 +5,6 @@ Most basic test of SHAPE/SMESH usecase, but it can be tested without any session import sys import salome -salome.standalone() # <- key point of test is here salome.salome_init() #from salome.shaper import initConfig diff --git a/doc/salome/examples/basic_smesh_output_with_mc_field.py b/doc/salome/examples/basic_smesh_output_with_mc_field.py index f900b96c2..abae62164 100644 --- a/doc/salome/examples/basic_smesh_output_with_mc_field.py +++ b/doc/salome/examples/basic_smesh_output_with_mc_field.py @@ -11,7 +11,6 @@ class SMESHExportOfFieldsInMemory(unittest.TestCase): """ Test focuses on ExportMEDCoupling method in the context of MED_CELL field output. """ - salome.standalone() salome.salome_init() ### ### SHAPER component -- 2.39.2