diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-08 12:43:02 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-08 12:43:02 -0700 |
commit | e53677a149b646deb2be1d6ffbd3e27a960b2f8c (patch) | |
tree | 0aeea194f1f814967167714eb8849c682a681d06 /cryptography | |
parent | f0ca2e8bf0eaaba32ea0fe1a608c2a5c6348f5fa (diff) | |
download | cryptography-e53677a149b646deb2be1d6ffbd3e27a960b2f8c.tar.gz cryptography-e53677a149b646deb2be1d6ffbd3e27a960b2f8c.tar.bz2 cryptography-e53677a149b646deb2be1d6ffbd3e27a960b2f8c.zip |
fixes
Diffstat (limited to 'cryptography')
-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): |