Merge branch 'master' into python3
[wrw.git] / wrw / proto.py
index 3d8b96e..b1f0ab3 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."),