Merge "Use six.moves.urllib.parse to replace urlparse"
This commit is contained in:
@@ -18,7 +18,8 @@ import httplib
|
||||
import logging
|
||||
import time
|
||||
import urllib
|
||||
import urlparse
|
||||
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
from neutronclient import client
|
||||
from neutronclient.common import _
|
||||
|
||||
Reference in New Issue
Block a user