Merge "Use six.moves.urllib.parse instead of urlparse"
This commit is contained in:
commit
b31cdcaf2f
@ -20,12 +20,12 @@ import hashlib
|
|||||||
import hmac
|
import hmac
|
||||||
import os
|
import os
|
||||||
import socket
|
import socket
|
||||||
import urlparse
|
|
||||||
|
|
||||||
import eventlet
|
import eventlet
|
||||||
import httplib2
|
import httplib2
|
||||||
from neutronclient.v2_0 import client
|
from neutronclient.v2_0 import client
|
||||||
from oslo.config import cfg
|
from oslo.config import cfg
|
||||||
|
import six.moves.urllib.parse as urlparse
|
||||||
import webob
|
import webob
|
||||||
|
|
||||||
from neutron.agent.common import config as agent_conf
|
from neutron.agent.common import config as agent_conf
|
||||||
|
@ -18,11 +18,12 @@
|
|||||||
|
|
||||||
import httplib
|
import httplib
|
||||||
import socket
|
import socket
|
||||||
import urlparse
|
|
||||||
|
|
||||||
import eventlet
|
import eventlet
|
||||||
import httplib2
|
import httplib2
|
||||||
from oslo.config import cfg
|
from oslo.config import cfg
|
||||||
|
import six.moves.urllib.parse as urlparse
|
||||||
import webob
|
import webob
|
||||||
|
|
||||||
from neutron.agent.linux import daemon
|
from neutron.agent.linux import daemon
|
||||||
|
@ -13,10 +13,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import urlparse
|
|
||||||
|
|
||||||
from oslo.config import cfg
|
from oslo.config import cfg
|
||||||
import routes as routes_mapper
|
import routes as routes_mapper
|
||||||
|
import six.moves.urllib.parse as urlparse
|
||||||
import webob
|
import webob
|
||||||
import webob.dec
|
import webob.dec
|
||||||
import webob.exc
|
import webob.exc
|
||||||
|
@ -25,9 +25,9 @@ import eventlet
|
|||||||
import httplib
|
import httplib
|
||||||
import logging
|
import logging
|
||||||
import time
|
import time
|
||||||
import urlparse
|
|
||||||
|
|
||||||
import six
|
import six
|
||||||
|
import six.moves.urllib.parse as urlparse
|
||||||
|
|
||||||
from neutron.openstack.common import excutils
|
from neutron.openstack.common import excutils
|
||||||
from neutron.plugins.nicira.api_client.common import (
|
from neutron.plugins.nicira.api_client.common import (
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import urlparse
|
|
||||||
|
import six.moves.urllib.parse as urlparse
|
||||||
|
|
||||||
from neutron.openstack.common import log as logging
|
from neutron.openstack.common import log as logging
|
||||||
from neutron.openstack.common import uuidutils
|
from neutron.openstack.common import uuidutils
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import urlparse
|
|
||||||
|
|
||||||
import mock
|
import mock
|
||||||
from oslo.config import cfg
|
from oslo.config import cfg
|
||||||
|
import six.moves.urllib.parse as urlparse
|
||||||
import webob
|
import webob
|
||||||
from webob import exc
|
from webob import exc
|
||||||
import webtest
|
import webtest
|
||||||
|
Loading…
Reference in New Issue
Block a user