aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/utils.py')
-rw-r--r--cryptography/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cryptography/utils.py b/cryptography/utils.py
index 1db16151..9c574085 100644
--- a/cryptography/utils.py
+++ b/cryptography/utils.py
@@ -16,8 +16,7 @@ from __future__ import absolute_import, division, print_function
import sys
-DeprecatedIn04 = DeprecationWarning
-DeprecatedIn05 = PendingDeprecationWarning
+DeprecatedIn05 = DeprecationWarning
def register_interface(iface):