Merge "Fix the conflict of urlparse between python2 and python3"

This commit is contained in:
Zuul 2018-10-31 15:41:50 +00:00 committed by Gerrit Code Review
commit 82639d31d1
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):