Skip to content

Commit

Permalink
Prevent build failure in Python 3.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
gullpong committed Mar 13, 2014
1 parent 5257165 commit fbd3a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwt/__init__.py
Expand Up @@ -24,6 +24,7 @@

if sys.version_info >= (3, 0, 0):
unicode = str
basestring = str


class DecodeError(Exception):
Expand Down

0 comments on commit fbd3a25

Please sign in to comment.