Use urllib.parse instead of urlparse
python3 moved this to a new module.
(cherry picked from commit 86d556e87c
)
This commit is contained in:
parent
d6418246ad
commit
a2b83bd771
@ -20,7 +20,7 @@ log = logging.getLogger("composer-cli")
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
from urlparse import urlparse, urlunparse
|
from urllib.parse import urlparse, urlunparse
|
||||||
|
|
||||||
from composer.unix_socket import UnixHTTPConnectionPool
|
from composer.unix_socket import UnixHTTPConnectionPool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user