mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
urlencode moved in py3
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
|
|
||||||
# External imports
|
# External imports
|
||||||
from urllib import urlencode
|
from six.moves.urllib_parse import urlencode
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
# Internal imports
|
# Internal imports
|
||||||
|
|||||||
Reference in New Issue
Block a user