Dolda2000 GitWeb
/
wrw.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial commit.
[wrw.git]
/
wrw
/
util.py
1
import req, dispatch
2
3
def wsgiwrap(callable):
4
def wrapper(env, startreq):
5
return dispatch.handle(req.request(env), startreq, callable)
6
return wrapper