Commit 19c1f1d
authored
For SG-9540, upgrade httplib2 (#187)
This upgrades httplib2 to the most recent version (0.12.0). It has been slightly modified so the library imports parts of itself via from . import <something> instead of from http2lib import something, as the library isn't part of the PYTHONPATH.
Tests are also much faster.1 parent c6285e1 commit 19c1f1d
9 files changed
Lines changed: 1565 additions & 3782 deletions
File tree
- shotgun_api3/lib
- httplib2
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
0 commit comments