X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fcontext.py;h=8ab6960e6611a74217f199888558a8b4ef436ec0;hb=ece50dc678837bdac3cc9b02e542e1b034cf0d86;hp=7023d248e3650c30a476fa412a12d7ccd422964c;hpb=7dd404a621ddc5766a010f50e42dff5b9530c4f5;p=tools%2Fyacsgen.git diff --git a/Examples/context.py b/Examples/context.py index 7023d24..8ab6960 100644 --- a/Examples/context.py +++ b/Examples/context.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2014 EDF R&D +# Copyright (C) 2009-2020 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,8 @@ import os,sys SALOME_ROOT=os.getenv("SALOME_DIR") -SALOME_PREREQ=os.path.join(SALOME_ROOT, "salome_prerequisites.sh") +SALOME_PACKAGES=os.getenv("SALOME_DIR") +SALOME_PREREQ=os.path.join(SALOME_PACKAGES, "salome_prerequisites.sh") #SALOME_PREREQ=os.path.join(SALOME_ROOT, "salome_prerequisites_appli.sh") KERNEL_ROOT_DIR=os.getenv("KERNEL_ROOT_DIR","")