Salome HOME
Switch to SSL mode for tests : naive approach
[modules/smesh.git] / doc / salome / examples / defining_hypotheses_ex11.py
index a57d0781dd5784c335893ca02d172433589e2f43..5e85222adda76f3d245eaa83f6b837e9a350cd4d 100644 (file)
@@ -3,7 +3,7 @@
 # Project triangles from one meshed face to another mesh on the same box
 
 import salome
-salome.salome_init()
+salome.salome_init_without_session()
 import GEOM
 from salome.geom import geomBuilder
 geompy = geomBuilder.New()