Skip to content

Commit

Permalink
Refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Feb 22, 2017
1 parent 1913e18 commit ba2becc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudinary/auth_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re
import time
from binascii import a2b_hex
from urllib import quote_plus
from cloudinary.compat import quote_plus

AUTH_TOKEN_NAME = "__cld_token__"

Expand Down
2 changes: 1 addition & 1 deletion cloudinary/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import cloudinary
import six.moves.urllib.parse
from cloudinary.compat import PY3, to_bytes, to_bytearray, to_string, string_types, urlparse
import auth_token
from cloudinary import auth_token

urlencode = six.moves.urllib.parse.urlencode
unquote = six.moves.urllib.parse.unquote
Expand Down

0 comments on commit ba2becc

Please sign in to comment.