Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b37ed
)
Fixed restart typo.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 27 May 2011 00:22:27 +0000
(
02:22
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 27 May 2011 00:22:27 +0000
(
02:22
+0200)
wrw/dispatch.py
patch
|
blob
|
blame
|
history
diff --git
a/wrw/dispatch.py
b/wrw/dispatch.py
index
d428a77
..
5a7bda0
100644
(file)
--- a/
wrw/dispatch.py
+++ b/
wrw/dispatch.py
@@
-21,7
+21,7
@@
def handle(req, startreq, handler):
resp = handler(req)
break
except restart, i:
- handler = i
+ handler = i
.handle
req.commit(startreq)
return resp
finally: