Dolda2000 GitWeb
/
wrw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
537064f
d1e3dec
)
Merge branch 'master' into python3
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 5 Jan 2014 08:10:36 +0000
(09:10 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 5 Jan 2014 08:10:36 +0000
(09:10 +0100)
1
2
wrw/dispatch.py
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
wrw/dispatch.py
index
5276892
,
f0326cb
..
2ece093
---
1
/
wrw/dispatch.py
---
2
/
wrw/dispatch.py
+++ b/
wrw/dispatch.py
@@@
-17,8
-17,9
+17,9
@@@
def mangle(result)
return [str(result)]
def defaulterror(req, excinfo):
- import resp
+
from .
import resp
traceback.print_exception(*excinfo)
+ sys.stderr.flush()
raise resp.httperror(500)
def wraphandler(handler, excinfo):