Index: wflow-py/wflow/static_maps.py =================================================================== diff -u -r4143969ebd6b276284ea6e4198ee693bd6ab506a -r684a68f61a81e3a2074f63392168cbbd3e858910 --- wflow-py/wflow/static_maps.py (.../static_maps.py) (revision 4143969ebd6b276284ea6e4198ee693bd6ab506a) +++ wflow-py/wflow/static_maps.py (.../static_maps.py) (revision 684a68f61a81e3a2074f63392168cbbd3e858910) @@ -250,7 +250,7 @@ # READ CONFIG FILE # open config-file if inifile is None: - config = configparser.SafeConfigParser() + config = configparser.ConfigParser() config.optionxform = str else: config = wt.OpenConf(inifile)