diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-29 13:49:48 +0900 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-10-29 13:49:48 +0900 |
| commit | 1e392ab1d9efaa57fe61c6c0fe943edd4a2ed9bd (patch) | |
| tree | 72134cf02e6f8be23e625bf64abb655712b9e86b /src/cryptography/exceptions.py | |
| parent | 46a07705f1b9b6a4228eb56620f394675d4612f3 (diff) | |
| download | cryptography-1e392ab1d9efaa57fe61c6c0fe943edd4a2ed9bd.tar.gz | |
do the deprecation dance for the twelfth release
Diffstat (limited to 'src/cryptography/exceptions.py')
| -rw-r--r-- | src/cryptography/exceptions.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cryptography/exceptions.py b/src/cryptography/exceptions.py index 3bf8a75b8..4917e535e 100644 --- a/src/cryptography/exceptions.py +++ b/src/cryptography/exceptions.py @@ -57,14 +57,3 @@ class InternalError(Exception): class InvalidKey(Exception): pass - - -InvalidToken = utils.deprecated( - twofactor.InvalidToken, - __name__, - ( - "The InvalidToken exception has moved to the " - "cryptography.hazmat.primitives.twofactor module" - ), - utils.DeprecatedIn09 -) |
