X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FTest%2FTestBuilders.py;h=bf884c8c09c531b9e09fa6d6d9ff63bfa68b55ce;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=7e6f96ffa1c0af3f78fdc6950a3ac12be4607923;hpb=24dfb2d72788ace01a99049a0e9d941680acba85;p=modules%2Fshaper.git diff --git a/src/GeomAPI/Test/TestBuilders.py b/src/GeomAPI/Test/TestBuilders.py index 7e6f96ffa..bf884c8c0 100644 --- a/src/GeomAPI/Test/TestBuilders.py +++ b/src/GeomAPI/Test/TestBuilders.py @@ -1,22 +1,21 @@ -## Copyright (C) 2018-20xx 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 -## License as published by the Free Software Foundation; either -## version 2.1 of the License, or (at your option) any later version. -## -## This library is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -## Lesser General Public License for more details. -## -## You should have received a copy of the GNU Lesser General Public -## License along with this library; if not, write to the Free Software -## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -## -## See http:##www.salome-platform.org/ or -## email : webmaster.salome@opencascade.com -## +# Copyright (C) 2018-2023 CEA, EDF +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# import math @@ -25,7 +24,6 @@ from GeomAlgoAPI import GeomAlgoAPI_CurveBuilder as curveBuilder from GeomAlgoAPI import GeomAlgoAPI_EdgeBuilder as edgeBuilder from GeomAlgoAPI import GeomAlgoAPI_FaceBuilder as faceBuilder from GeomAlgoAPI import GeomAlgoAPI_ShapeTools as tools -from GeomAlgoAPI import GeomAlgoAPI_MakeVolume as makeVolume from GeomAPI import GeomAPI_Ax3 as ax3 from GeomAPI import GeomAPI_Dir as dir from GeomAPI import GeomAPI_Pnt as pnt