aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-30 21:50:44 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-30 21:50:44 -0700
commit5e8d30bc19502cd9a9a65f3c681f4c3d7a0be6d9 (patch)
tree496384a95572638a90cd1582f04aeeb5d0bc4261
parent35bb1ae1355981228c8599f0d57d474ac34db499 (diff)
downloadcryptography-5e8d30bc19502cd9a9a65f3c681f4c3d7a0be6d9.tar.gz
cryptography-5e8d30bc19502cd9a9a65f3c681f4c3d7a0be6d9.tar.bz2
cryptography-5e8d30bc19502cd9a9a65f3c681f4c3d7a0be6d9.zip
Remove DeprecatedIn05
-rw-r--r--cryptography/utils.py1
1 files changed, 0 insertions, 1 deletions
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