aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-30 07:47:53 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-30 07:47:53 -0700
commit1b271977e1de6f7a4cc8a6149c0d4a8e85375e4d (patch)
tree56c1ce259ea264985fba1a7e0b78afbbf6c67e0b
parentd9f3eda687002fc55b389e15f62a963029fa0fb6 (diff)
downloadcryptography-1b271977e1de6f7a4cc8a6149c0d4a8e85375e4d.tar.gz
cryptography-1b271977e1de6f7a4cc8a6149c0d4a8e85375e4d.tar.bz2
cryptography-1b271977e1de6f7a4cc8a6149c0d4a8e85375e4d.zip
Bump pending -> deprecated to for things deprecated in 0.6
-rw-r--r--cryptography/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/utils.py b/cryptography/utils.py
index f4c2e3cb..c489ebe2 100644
--- a/cryptography/utils.py
+++ b/cryptography/utils.py
@@ -17,7 +17,7 @@ import sys
DeprecatedIn05 = DeprecationWarning
-DeprecatedIn06 = PendingDeprecationWarning
+DeprecatedIn06 = DeprecationWarning
def register_interface(iface):