6 lines
88 B
Python
6 lines
88 B
Python
from webob.dec import wsgify
|
|
|
|
|
|
def adapt(root):
|
|
return wsgify(root._handle_request)
|