From 3ba5e96caf3d5b25c9dead35c65dd4b9ac694f44 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 5 Aug 2012 07:11:45 +0200 Subject: [PATCH] Fixed missing import in proto.py. --- wrw/proto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrw/proto.py b/wrw/proto.py index 881f4e4..ab3737b 100644 --- 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."), -- 2.11.0