From 5e8d30bc19502cd9a9a65f3c681f4c3d7a0be6d9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 30 Sep 2014 21:50:44 -0700 Subject: Remove DeprecatedIn05 --- cryptography/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptography/utils.py b/cryptography/utils.py index c489ebe2..55187c3b 100644 --- a/cryptography/utils.py +++ b/cryptography/utils.py @@ -16,7 +16,6 @@ from __future__ import absolute_import, division, print_function import sys -DeprecatedIn05 = DeprecationWarning DeprecatedIn06 = DeprecationWarning -- cgit v1.2.3