aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):