X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=configparser_helpers.py;h=984b4a13a948b67c5bddc69a42a8fdda6b541e6a;hb=d80c417ea99f2ece50ebb5b7f007b2fae3d8fb6a;hp=0536bf58c2b0a7afaf3641a791faaebe31694b1b;hpb=b3137b46cdf5b54315a245ec905737cd24aa5fd1;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: