From: Gilles DAVID Date: Tue, 13 Sep 2022 15:26:56 +0000 (+0200) Subject: Merge branch 'master' into emc2p/BR_V1_3_6 X-Git-Tag: EMC2P-1.3.6-rc5^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1d95014a1b76f350a8d695a8579a54e81b2e4778;hp=29bd2d7005bb53a0d8ce7012a96d3dcd667b5842;p=modules%2Fyacs.git Merge branch 'master' into emc2p/BR_V1_3_6 --- diff --git a/src/engine_swig/engtypemaps.i b/src/engine_swig/engtypemaps.i index 5d05c0999..c01020cd9 100644 --- a/src/engine_swig/engtypemaps.i +++ b/src/engine_swig/engtypemaps.i @@ -1006,7 +1006,7 @@ public: %template(tname) std::map; %pythoncode { -from collections import MutableMapping +from collections.abc import MutableMapping class tname(tname,MutableMapping):pass import sys sys.modules['_'+__name__].##tname##_swigregister(tname)