Salome HOME
Fix deprecated import
authorGilles DAVID <gilles-g.david@edf.fr>
Thu, 30 Jun 2022 21:03:03 +0000 (23:03 +0200)
committerGilles DAVID <gilles-g.david@edf.fr>
Thu, 30 Jun 2022 21:03:03 +0000 (23:03 +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)