remove deprecation warning. From Matthieu Guionnet
[iramuteq] / configparser_helpers.py
index 0536bf5..984b4a1 100644 (file)
@@ -5,7 +5,7 @@
 #------------------------------------
 # import des modules python
 #------------------------------------
-from collections import MutableMapping
+from collections.abc import MutableMapping
 
 
 try: