예제 #1
0
def handler(req):
    wrapper = WSGIWrapper(req)
    return wrapper.run(application)
예제 #2
0
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)
예제 #3
0
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)