Fix the conflict of urlparse between python2 and python3
Change-Id: I9f44ac8bb475da7cfd3ad9d593fdb7a84e5d1395
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user