Fix urlparse for py3.
This commit is contained in:
parent
f37bad0e00
commit
0dda687762
3 changed files with 2 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
import datetime
|
||||
import json
|
||||
from urlparse import urlparse
|
||||
from six.moves.urllib.parse import urlparse
|
||||
|
||||
from moto.core.responses import BaseResponse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue