python-cephclient: fix python 3 tox
Fix python 3 tox error caused urlparse import in commit
9f73cd4f9b
"python-cephclient:
use configured restful api plugin"
Closes-bug: 1828470
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
Change-Id: I58c338cec72132aade7a4b4c1e2abeb887b27c86
This commit is contained in:
parent
8c28936bcd
commit
613276c944
@ -9,7 +9,7 @@ import ipaddress
|
|||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import urlparse
|
from six.moves.urllib.parse import urlparse
|
||||||
import re
|
import re
|
||||||
import requests
|
import requests
|
||||||
import six
|
import six
|
||||||
|
Loading…
Reference in New Issue
Block a user