Fix the conflict of urlparse between python2 and python3
Change-Id: I9f44ac8bb475da7cfd3ad9d593fdb7a84e5d1395
This commit is contained in:
parent
6c937b87ee
commit
ff917980a6
@ -16,7 +16,7 @@
|
||||
import openstack.config
|
||||
import pprint
|
||||
import sys
|
||||
import urlparse
|
||||
from six.moves.urllib import parse as urlparse
|
||||
|
||||
|
||||
def print_versions(r):
|
||||
|
Loading…
Reference in New Issue
Block a user