From b3f45e3b16990a9293f68faecde3da790e4a4216 Mon Sep 17 00:00:00 2001 From: Steven Buss Date: Mon, 13 Apr 2015 15:38:59 -0400 Subject: InvalidToken is deprecated in 09, not 08 --- src/cryptography/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/exceptions.py b/src/cryptography/exceptions.py index 1e80e4ac..a4292eb8 100644 --- a/src/cryptography/exceptions.py +++ b/src/cryptography/exceptions.py @@ -63,5 +63,5 @@ InvalidToken = utils.deprecated( "The InvalidToken exception has moved to the " "cryptography.hazmat.primitives.twofactor module" ), - utils.DeprecatedIn08 + utils.DeprecatedIn09 ) -- cgit v1.2.3