Skip to content

Commit

Permalink
Make deprecated exception names available
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Feb 18, 2015
1 parent 451004e commit 5057418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
from .api import encode, decode, register_algorithm
from .exceptions import (
InvalidTokenError, DecodeError, ExpiredSignatureError,
InvalidAudienceError, InvalidIssuerError
InvalidAudienceError, InvalidIssuerError,
ExpiredSignature, InvalidAudience, InvalidIssuer
)

0 comments on commit 5057418

Please sign in to comment.