Skip to content

Commit 346dc35

Browse files
committed
Remove python2 from httplib2 module
1 parent f533371 commit 346dc35

File tree

18 files changed

+1806
-9905
lines changed

18 files changed

+1806
-9905
lines changed

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)