Merge PR #72 into 13.0

Signed-off-by yvaucher
This commit is contained in:
OCA-git-bot 2021-06-03 09:54:24 +00:00
commit 63c53c93a9
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(): def _load_config():
"""Load the configuration and return a ConfigParser instance.""" """Load the configuration and return a ConfigParser instance."""
config_p = configparser.SafeConfigParser() config_p = configparser.ConfigParser()
# options are case-sensitive # options are case-sensitive
config_p.optionxform = str config_p.optionxform = str