Fixed missing import in proto.py.
[wrw.git] / wrw / proto.py
index 881f4e4..ab3737b 100644 (file)
@@ -1,3 +1,5 @@
+import time
+
 statusinfo = {
     400: ("Bad Request", "Invalid HTTP request."),
     401: ("Unauthorized", "Authentication must be provided for the requested resource."),