X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fcalcium1%2Fcomponents.py;h=bf560c78fdf2331b96590c5b4be2944a4e61bc8f;hb=cb124eab28c2b51572fd4e86db08d2b6d85ce98f;hp=995e50609cf0532229dd7a3bbea4a83c705d0e07;hpb=2d2e0eb0f3408dcc0efa7a70431dbf210d2dcd94;p=tools%2Fyacsgen.git diff --git a/Examples/calcium1/components.py b/Examples/calcium1/components.py index 995e506..bf560c7 100644 --- a/Examples/calcium1/components.py +++ b/Examples/calcium1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2021 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 @@ -459,7 +459,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)