X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fcalcium2%2Fcomponents.py;h=1a281089871a04cbe8dccfdc128fc4e9df8b16f8;hb=cc7cc752cd3ec1a65c2453f68fb6df4b996642b1;hp=30537eda08e501824622372aa6dce0d9bf66373d;hpb=50427b1f50c29b9f9f0be8b210c3f8e0c12b8c1c;p=tools%2Fyacsgen.git diff --git a/Examples/calcium2/components.py b/Examples/calcium2/components.py index 30537ed..1a28108 100644 --- a/Examples/calcium2/components.py +++ b/Examples/calcium2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2022 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 @@ -457,7 +457,8 @@ g.generate() g.configure() g.make() g.install() -g.make_appli("appli", restrict=["KERNEL"], altmodules={"GUI":GUI_ROOT_DIR, "YACS":YACS_ROOT_DIR}) +g.make_appli("appli", restrict=["KERNEL"], altmodules={"GUI":GUI_ROOT_DIR, + "YACS":YACS_ROOT_DIR}, sys_modules=SYS_MODULES)