Mercurial > libervia-web
diff twisted/plugins/libervia_server.py @ 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 | b2d067339de3 |
children | f511f8fbbf8a |
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: