summaryrefslogtreecommitdiff
path: root/src/cryptography/utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-13 23:38:51 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-13 23:38:51 -0500
commit290cd601538c1b5b73ee25b9218abe71b94d2c99 (patch)
tree44ac4c35758c9bd3fc9e1ce9e656ac178510705e /src/cryptography/utils.py
parentd9bb53472c4e49a85e2db03da1eb64bf66b50b28 (diff)
downloadcryptography-290cd601538c1b5b73ee25b9218abe71b94d2c99.tar.gz
deprecation dance.
fixes #1950
Diffstat (limited to 'src/cryptography/utils.py')
-rw-r--r--src/cryptography/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py
index 445554ece..0bf8c0ea1 100644
--- a/src/cryptography/utils.py
+++ b/src/cryptography/utils.py
@@ -10,8 +10,7 @@ import sys
import warnings
-DeprecatedIn08 = DeprecationWarning
-DeprecatedIn09 = PendingDeprecationWarning
+DeprecatedIn09 = DeprecationWarning
def read_only_property(name):