X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Examples%2Fpaco2%2Fcomponents.py;h=bc0167141bc1af1bc2690f56dd458a961f8945da;hb=0c8029aef6b9c7bd79dceafaa888a81b4eef64a6;hp=8fd959ab57da528b45b12df94def58a685b8c6af;hpb=c3e6f9efc2a68074a087d0600f48a7313d3fff60;p=tools%2Fyacsgen.git diff --git a/Examples/paco2/components.py b/Examples/paco2/components.py index 8fd959a..bc01671 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2023 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 @@ -47,5 +47,6 @@ g.bootstrap() 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)