Skip to content

Commit

Permalink
swapping notfound and nomethod to match comment order
Browse files Browse the repository at this point in the history
  • Loading branch information
cellularmitosis committed Mar 23, 2010
1 parent e3d81f8 commit aed00c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/webapi.py
Expand Up @@ -20,8 +20,8 @@
"redirect", "found", "seeother", "notmodified", "tempredirect",

# 400, 401, 403, 404, 405, 406, 409, 410, 412
"BadRequest", "Unauthorized", "Forbidden", "NoMethod", "NotFound", "NotAcceptable", "Conflict", "Gone", "PreconditionFailed",
"badrequest", "unauthorized", "forbidden", "nomethod", "notfound", "notacceptable", "conflict", "gone", "preconditionfailed",
"BadRequest", "Unauthorized", "Forbidden", "NotFound", "NoMethod", "NotAcceptable", "Conflict", "Gone", "PreconditionFailed",
"badrequest", "unauthorized", "forbidden", "notfound", "nomethod", "notacceptable", "conflict", "gone", "preconditionfailed",

# 500
"InternalError",
Expand Down

0 comments on commit aed00c4

Please sign in to comment.