Merge "Use six.moves.urllib.parse instead of urlparse"
This commit is contained in:
commit
6345be436c
@ -15,9 +15,9 @@
|
||||
# limitations under the License.
|
||||
|
||||
import json
|
||||
import urlparse
|
||||
|
||||
import falcon
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
from . import base # noqa
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user