SafeConfigParser is deprecated
This commit is contained in:
parent
cd3ff8a3ed
commit
f28369615e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue