Commit 3be519aa authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

stripe: use six.moves for py2/py3 compatibility

parent d5da11d6
......@@ -28,7 +28,7 @@
import json
from six.moves import urllib
from io import BytesIO
from urlparse import parse_qs
from six.moves.urllib.parse import parse_qs
import requests
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