diff options
Diffstat (limited to 'cryptography/utils.py')
-rw-r--r-- | cryptography/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/utils.py b/cryptography/utils.py index 9c574085..f4c2e3cb 100644 --- a/cryptography/utils.py +++ b/cryptography/utils.py @@ -17,6 +17,7 @@ import sys DeprecatedIn05 = DeprecationWarning +DeprecatedIn06 = PendingDeprecationWarning def register_interface(iface): |