X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=wrw%2Fsp%2Fxhtml.py;h=662c171f12bbf9228b48066dcc82f75172e849cf;hb=ca3dce3812e3fc65f4c021aa76ee1430b47ad3af;hp=17c56788729b63cbb631a2a3db547a4dbb441edf;hpb=a7a0908019bb95bb2be1c01e97e88f344807ccec;p=wrw.git diff --git a/wrw/sp/xhtml.py b/wrw/sp/xhtml.py index 17c5678..662c171 100644 --- a/wrw/sp/xhtml.py +++ b/wrw/sp/xhtml.py @@ -58,4 +58,5 @@ def forreq(req, tree): def xhtmlresp(callable): def wrapper(req): return forreq(req, callable(req)) + wrapper.__wrapped__ = callable return wrapper