X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fpaco2%2Fcomponents.py;h=bc0167141bc1af1bc2690f56dd458a961f8945da;hb=0c8029aef6b9c7bd79dceafaa888a81b4eef64a6;hp=65769894b950a8d27c48f5aa072f2776f1efcc41;hpb=ece50dc678837bdac3cc9b02e542e1b034cf0d86;p=tools%2Fyacsgen.git diff --git a/Examples/paco2/components.py b/Examples/paco2/components.py index 6576989..bc01671 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 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)