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:
eacc593
)
Fixed missing import in proto.py.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 5 Aug 2012 05:11:45 +0000
(07:11 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sun, 5 Aug 2012 05:11:45 +0000
(07:11 +0200)
wrw/proto.py
patch
|
blob
|
blame
|
history
diff --git
a/wrw/proto.py
b/wrw/proto.py
index
881f4e4
..
ab3737b
100644
(file)
--- a/
wrw/proto.py
+++ b/
wrw/proto.py
@@
-1,3
+1,5
@@
+import time
+
statusinfo = {
400: ("Bad Request", "Invalid HTTP request."),
401: ("Unauthorized", "Authentication must be provided for the requested resource."),