Changed urllib to six equivalent
This commit is contained in:
parent
a401b4f36d
commit
983ae57868
@ -1,5 +1,4 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
from urllib.parse import urlsplit
|
|
||||||
import json
|
import json
|
||||||
import six
|
import six
|
||||||
import datetime
|
import datetime
|
||||||
@ -7,6 +6,7 @@ import datetime
|
|||||||
from moto.core.responses import BaseResponse
|
from moto.core.responses import BaseResponse
|
||||||
from moto.core.utils import camelcase_to_underscores, method_names_from_class
|
from moto.core.utils import camelcase_to_underscores, method_names_from_class
|
||||||
from werkzeug.exceptions import HTTPException
|
from werkzeug.exceptions import HTTPException
|
||||||
|
from six.moves.urllib.parse import urlsplit
|
||||||
|
|
||||||
from .models import xray_backends
|
from .models import xray_backends
|
||||||
from .exceptions import AWSError, BadSegmentException
|
from .exceptions import AWSError, BadSegmentException
|
||||||
|
Loading…
Reference in New Issue
Block a user