1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

urlencode moved in py3

This commit is contained in:
Kevin McCarthy
2014-03-08 20:21:04 -10:00
parent d187d910b9
commit 32b99f0719

View File

@@ -2,7 +2,7 @@
# coding=utf-8
# External imports
from urllib import urlencode
from six.moves.urllib_parse import urlencode
import pytest
# Internal imports