X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=wrw%2Fsp%2Fxhtml.py;h=662c171f12bbf9228b48066dcc82f75172e849cf;hb=8d8d1f703090499006efeb51299b8a267b00aa09;hp=17c56788729b63cbb631a2a3db547a4dbb441edf;hpb=10ba659d32518d2d09b12ada86a380798b378fe7;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