X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Fsp%2Fxhtml.py;h=5f1ca45eda7608e53a3f592283f474cf4fb2c334;hp=52e7f9f8e653c5d679d300a15c34dd8d6c4396fe;hb=a9a78095b1696f56946abfc7c284f86a21fdcc2d;hpb=3b67497cb853ea7dd49f579566e5f0b60a3c97d7 diff --git a/wrw/sp/xhtml.py b/wrw/sp/xhtml.py index 52e7f9f..5f1ca45 100644 --- a/wrw/sp/xhtml.py +++ b/wrw/sp/xhtml.py @@ -60,4 +60,5 @@ def forreq(req, tree): def xhtmlresp(callable): def wrapper(req): return forreq(req, callable(req)) + wrapper.__wrapped__ = callable return wrapper