Fix the conflict of urlparse between python2 and python3

Change-Id: I7838599b9ccf6ed716633ef2c75ab34ff362c013
This commit is contained in:
brandonzhao 2018-10-31 17:07:55 +08:00
parent ea18d3d9f8
commit bc34223397
1 changed files with 1 additions and 1 deletions

View File

@ -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):