X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2Ftutorial_1.py;h=253d6bf1f73456b0c2f24df7218a98395648777e;hb=refs%2Ftags%2FV9_13_0b1;hp=01647c572afc661f8700f597e565bfb0c8f1b0b5;hpb=d99ab7669d0fd72f475b275e1185f63142a8bbbc;p=modules%2Fhomard.git diff --git a/src/tests/Test/tutorial_1.py b/src/tests/Test/tutorial_1.py index 01647c57..253d6bf1 100755 --- a/src/tests/Test/tutorial_1.py +++ b/src/tests/Test/tutorial_1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011-2022 CEA/DEN, EDF R&D +# Copyright (C) 2011-2024 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -45,7 +45,7 @@ REP_DATA, DIRCASE = get_dir(PATH_HOMARD, TEST_NAME, DEBUG) # ================================== # import salome -salome.salome_init() +salome.salome_init_without_session() import HOMARD import iparameters IPAR = iparameters.IParameters(salome.myStudy.GetCommonParameters("Interface Applicative", 1))