Mercurial > libervia-web
changeset 1221:331ada56cdca
misc: renamed SafeConfigParser in libervia_server twisted plugin after python 3 port
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 16 Aug 2019 17:16:42 +0200 |
parents | afb40966cd0a |
children | b2a9da7708f6 |
files | twisted/plugins/libervia_server.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/twisted/plugins/libervia_server.py Fri Aug 16 17:15:42 2019 +0200 +++ b/twisted/plugins/libervia_server.py Fri Aug 16 17:16:42 2019 +0200 @@ -179,7 +179,7 @@ # on the command line. # FIXME: must be refactored + code can be factorised with backend - config_parser = configparser.SafeConfigParser() + config_parser = configparser.ConfigParser() config_parser.read(C.CONFIG_FILES) self.handleDeprecated(config_parser) for param in self.optParameters + OPT_PARAMETERS_CFG: