From: Anthony Geay Date: Tue, 15 Feb 2022 10:41:16 +0000 (+0100) Subject: SSL mode is activated by default X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=93a0887a8c64959538af067be58de61ff05acf56;p=modules%2Fsmesh.git SSL mode is activated by default --- 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