Use urlparse from six for python 3 compat
Change-Id: I2a825d1c79d3e16f1d47c051da00270740d34b79
This commit is contained in:
parent
eeef69ed5f
commit
01e66ca0c4
@ -14,7 +14,8 @@
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
import requests
|
import requests
|
||||||
import urlparse
|
|
||||||
|
from six.moves.urllib import parse as urlparse
|
||||||
|
|
||||||
|
|
||||||
class FormAuth(requests.auth.AuthBase):
|
class FormAuth(requests.auth.AuthBase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user