Salome HOME
Merge branch 'master' into emc2p/BR_V1_3_6 emc2p/BR_V1_3_6 EMC2P-1.3.6-rc5 EMC2P_V_1_3_6 EMC2P_V_1_3_6-rc6 V9_10_0a1 V9_10_0a2
authorGilles DAVID <gilles-g.david@edf.fr>
Tue, 13 Sep 2022 15:26:56 +0000 (17:26 +0200)
committerGilles DAVID <gilles-g.david@edf.fr>
Tue, 13 Sep 2022 15:26:56 +0000 (17:26 +0200)
src/engine_swig/engtypemaps.i

index 5d05c099915f09e9440ea1e78adace021b67e8e9..c01020cd92b3b76f86bb04a71a51ddabdb76f0d2 100644 (file)
@@ -1006,7 +1006,7 @@ public:
 %template(tname)      std::map<std::string, T* >;
 %pythoncode
 {
-from collections import MutableMapping    
+from collections.abc import MutableMapping
 class tname(tname,MutableMapping):pass
 import sys
 sys.modules['_'+__name__].##tname##_swigregister(tname)