X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;f=configparser_helpers.py;h=984b4a13a948b67c5bddc69a42a8fdda6b541e6a;hb=d61a1b9c6238e11e1ed51eceec3d520a752912b7;hp=0536bf58c2b0a7afaf3641a791faaebe31694b1b;hpb=eaa044d1147e26b82942ce56d5965c83fdddf069;p=iramuteq diff --git a/configparser_helpers.py b/configparser_helpers.py index 0536bf5..984b4a1 100644 --- a/configparser_helpers.py +++ b/configparser_helpers.py @@ -5,7 +5,7 @@ #------------------------------------ # import des modules python #------------------------------------ -from collections import MutableMapping +from collections.abc import MutableMapping try: