Commit efc0f734 authored by Jérome Perrin's avatar Jérome Perrin

stripe: use six.moves for py2/py3 compatibility

parent 631330ee
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
import json import json
from six.moves import urllib from six.moves import urllib
from io import BytesIO from io import BytesIO
from urlparse import parse_qs from six.moves.urllib.parse import parse_qs
import requests import requests
import responses import responses
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment