Fix the conflict of urlparse between python2 and python3
Change-Id: I7838599b9ccf6ed716633ef2c75ab34ff362c013
This commit is contained in:
parent
ea18d3d9f8
commit
bc34223397
@ -16,7 +16,7 @@
|
||||
import os_client_config
|
||||
import pprint
|
||||
import sys
|
||||
import urlparse
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
|
||||
def print_versions(r):
|
||||
|
Loading…
x
Reference in New Issue
Block a user