From 62e5003a1442d8d2ec1c762f18762359f03601ab Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 3 May 2014 10:06:57 -0500 Subject: update deprecation warnings from 0.4 release for 0.5 --- cryptography/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/utils.py b/cryptography/utils.py index 5566d123..484eec90 100644 --- a/cryptography/utils.py +++ b/cryptography/utils.py @@ -16,7 +16,7 @@ from __future__ import absolute_import, division, print_function import sys -DeprecatedIn04 = PendingDeprecationWarning +DeprecatedIn04 = DeprecationWarning def register_interface(iface): -- cgit v1.2.3