Skip to content

Commit

Permalink
Merge fd7da54 into f19b56a
Browse files Browse the repository at this point in the history
  • Loading branch information
rsommer committed Jul 3, 2015
2 parents f19b56a + fd7da54 commit d432571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gruvi/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@

# Export some definitions from http.client.
for name in dir(http_client):
if name == "_METHODS_EXPECTING_BODY":
continue
value = getattr(http_client, name)
if name.isupper() and value in http_client.responses:
globals()[name] = value
Expand Down

0 comments on commit d432571

Please sign in to comment.