Home | History | Annotate | Download | only in stream_server

Lines Matching full:config_parser

857         config_parser = ConfigParser.SafeConfigParser()
858 config_parser.readfp(config_fp)
862 for name, value in config_parser.items('pywebsocket'):