]> www.dolda2000.com Git - wrw.git/commitdiff
Fixed missing import in proto.py.
authorFredrik Tolf <fredrik@dolda2000.com>
Sun, 5 Aug 2012 05:11:45 +0000 (07:11 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 5 Aug 2012 05:11:45 +0000 (07:11 +0200)
wrw/proto.py

index 881f4e477a84152257e7eb037b6571545c53208a..ab3737b8f70575c363f93991b659ebaf88f60f59 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."),