X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;f=configparser_helpers.py;h=984b4a13a948b67c5bddc69a42a8fdda6b541e6a;hb=82dde3ff5f415750e7968fcacf8b0b7d18d2ce53;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: