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:
6afbb17
)
Made Python3 changes.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 11 Jan 2014 05:13:09 +0000
(06:13 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 11 Jan 2014 05:13:09 +0000
(06:13 +0100)
wrw/dispatch.py
patch
|
blob
|
blame
|
history
diff --git
a/wrw/dispatch.py
b/wrw/dispatch.py
index
7f1066a
..
2c97b9f
100644
(file)
--- a/
wrw/dispatch.py
+++ b/
wrw/dispatch.py
@@
-58,7
+58,7
@@
def handleenv(env, startreq, handler):
def exterror(env, startreq):
def handler(req):
- import resp
+
from .
import resp
code = 404
if "Response-Code" in req.ihead:
try: