Skip to content

Commit c3888df

Browse files
SG-38306 Python2 Removal - Part 6 - Remove python2 from httplib2 module (#403)
* Remove python2 from httplib2 module --------- Co-authored-by: Eduardo Chauca <eduardo.chauca@autodesk.com>
1 parent a15e617 commit c3888df

20 files changed

Lines changed: 1811 additions & 9909 deletions

shotgun_api3/lib/httplib2/__init__.py

Lines changed: 1799 additions & 39 deletions
Large diffs are not rendered by default.

shotgun_api3/lib/httplib2/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import base64
22
import re
33

4-
from ... import pyparsing as pp
4+
from .. import pyparsing as pp
55

66
from .error import *
77

0 commit comments

Comments
 (0)