Merge "Use six.moves.urllib.parse instead of urlparse"
This commit is contained in:
commit
7f20bfa08d
@ -17,7 +17,7 @@
|
||||
Records interface.
|
||||
"""
|
||||
|
||||
import urlparse
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
from novaclient import base
|
||||
from rsdns.client.future import FutureResource
|
||||
|
@ -14,7 +14,7 @@
|
||||
# under the License.
|
||||
|
||||
import urllib
|
||||
import urlparse
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
|
||||
def url_quote(s):
|
||||
|
@ -19,7 +19,7 @@ import inspect
|
||||
import jinja2
|
||||
import sys
|
||||
import time
|
||||
import urlparse
|
||||
import six.moves.urllib.parse as urlparse
|
||||
import uuid
|
||||
import os
|
||||
import shutil
|
||||
|
@ -19,7 +19,7 @@
|
||||
Network-related utilities and helper functions.
|
||||
"""
|
||||
|
||||
import urlparse
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
|
||||
def parse_host_port(address, default_port=None):
|
||||
|
Loading…
Reference in New Issue
Block a user