Skip to content

Commit

Permalink
Fix urlparse for python 2/3 using six
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyria committed Dec 2, 2016
1 parent 1302306 commit 1945dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esipy/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from requests import Session
from requests.utils import quote
from urlparse import urlparse
from six.moves.urllib.parse import urlparse

import base64
import logging
Expand Down

0 comments on commit 1945dbf

Please sign in to comment.