X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomDataAPI%2FGeomDataAPI.i;h=8e86c88d85b9d4395d5136a2510bbace00332fee;hb=4cb94080355bcda617d6560b14bb39619ba90a4a;hp=1a6fd286b46e8ac208e987991ab8f352d9288c25;hpb=e05cf89c2b21303c51d9102315a82ac095eed3df;p=modules%2Fshaper.git diff --git a/src/GeomDataAPI/GeomDataAPI.i b/src/GeomDataAPI/GeomDataAPI.i index 1a6fd286b..8e86c88d8 100644 --- a/src/GeomDataAPI/GeomDataAPI.i +++ b/src/GeomDataAPI/GeomDataAPI.i @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-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 @@ -21,6 +21,8 @@ %module GeomDataAPI %{ #include "GeomDataAPI_swig.h" + + #define SWIGPY_UNICODE_ARG(obj) ((PyObject*) (obj)) %} // import other modules