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