SafeConfigParser is deprecated

This commit is contained in:
Stéphane Bidoul 2021-05-06 18:31:49 +02:00
parent cd3ff8a3ed
commit f28369615e
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ def _load_config_from_env(config_p):
def _load_config():
"""Load the configuration and return a ConfigParser instance."""
config_p = configparser.SafeConfigParser()
config_p = configparser.ConfigParser()
# options are case-sensitive
config_p.optionxform = str