Switch to unified view

a/src/mediaserver/cdplugins/uprcl/uprclhttp.py b/src/mediaserver/cdplugins/uprcl/uprclhttp.py
...
...
114
        uplog("runbottle: adding route for: %s"%rt)
114
        uplog("runbottle: adding route for: %s"%rt)
115
        # We build the streamer with the translated 
115
        # We build the streamer with the translated 
116
        streamer = Streamer(l[1])
116
        streamer = Streamer(l[1])
117
        bottle.route(rt, 'GET', streamer)
117
        bottle.route(rt, 'GET', streamer)
118
118
119
    bottle.run(server='paste', host=host, port=port)
119
    bottle.run(server='waitress', host=host, port=port)