X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2Fmodel%2Fcollection%2F__init__.py;h=5b9cb8aff258fb5270b1ad540ab57ef324255cce;hb=04e2497fc973f0afc95d0a4a6f95e37fb27f45e8;hp=96b7089cea35993c65872f60f0b84e236e07eb81;hpb=11c03dec886fc348614782ffbbf2be3210efaca4;p=modules%2Fshaper.git diff --git a/src/PythonAPI/model/collection/__init__.py b/src/PythonAPI/model/collection/__init__.py index 96b7089ce..5b9cb8aff 100644 --- a/src/PythonAPI/model/collection/__init__.py +++ b/src/PythonAPI/model/collection/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 CEA/DEN, EDF R&D +# Copyright (C) 2016-2022 CEA/DEN, 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,4 +20,4 @@ """ from CollectionAPI import addGroup, addField -from CollectionAPI import addGroupAddition +from CollectionAPI import addGroupAddition, addGroupIntersection, addGroupSubstraction, addGroupShape