From e3d81f87ee4024edc21b26af94d5fc78cddb8d61 Mon Sep 17 00:00:00 2001 From: cellularmitosis Date: Mon, 22 Mar 2010 18:46:35 -0700 Subject: [PATCH] correcting tempredirect code comment from 407 to 307. --- web/webapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/webapi.py b/web/webapi.py index 09811816..c2ee3a32 100644 --- a/web/webapi.py +++ b/web/webapi.py @@ -15,7 +15,7 @@ "OK", "Created", "Accepted", "ok", "created", "accepted", - # 301, 302, 303, 304, 407 + # 301, 302, 303, 304, 307 "Redirect", "Found", "SeeOther", "NotModified", "TempRedirect", "redirect", "found", "seeother", "notmodified", "tempredirect",