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:
@@ -2,7 +2,7 @@
|
||||
# coding=utf-8
|
||||
|
||||
# External imports
|
||||
from urllib import urlencode
|
||||
from six.moves.urllib_parse import urlencode
|
||||
import pytest
|
||||
|
||||
# Internal imports
|
||||
|
||||
Reference in New Issue
Block a user