Fix the conflict of urlparse between python2 and python3

Change-Id: I9f44ac8bb475da7cfd3ad9d593fdb7a84e5d1395
This commit is contained in:
brandonzhao 2018-10-31 16:57:23 +08:00
parent 6c937b87ee
commit ff917980a6
1 changed files with 1 additions and 1 deletions

View File

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