Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/l/i/lisa-server-0.1.1.31/lisa/server/service.py lisa-server(Download)
# Creating the web stuff resource_wsgi = wsgi.WSGIResource(reactor, tps.pool, WSGIHandler()) root = libs.Root(resource_wsgi) staticrsrc = static.File('/'.join([dir_path,'web/interface/static'])) root.putChild("static", staticrsrc)