Skip to content
Snippets Groups Projects
Commit 5f002b42 authored by Ryan Williams's avatar Ryan Williams
Browse files

svn merge -r88806:88810...

parent af8753b6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ put_ = suite.put_
request = suite.request
request_ = suite.request_
for x in (httpc.ConnectionError, httpc.NotFound, httpc.Forbidden):
# import every httpc error exception into our namespace for convenience
for x in httpc.status_to_error_map.itervalues():
globals()[x.__name__] = x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment