commit
63c53c93a9
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue