Ejemplo n.º 1
0
def handler(req):
    wrapper = WSGIWrapper(req)
    return wrapper.run(application)
Ejemplo n.º 2
0
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)
Ejemplo n.º 3
0
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)