aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-18 13:46:51 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-18 13:46:51 -0600
commit60657bbd2907e5116fac176079a3da31b2c56d3c (patch)
treea8954344e2ede283fe6433e6b93b5773dfe2a09b /src/cryptography/utils.py
parent9cde70ae840685f2bae6173b6beb192ae3866dc3 (diff)
downloadcryptography-60657bbd2907e5116fac176079a3da31b2c56d3c.tar.gz
cryptography-60657bbd2907e5116fac176079a3da31b2c56d3c.tar.bz2
cryptography-60657bbd2907e5116fac176079a3da31b2c56d3c.zip
remove fully deprecated items from 0.6 deprecation cycle
Diffstat (limited to 'src/cryptography/utils.py')
-rw-r--r--src/cryptography/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py
index 78f73464..ac2f787d 100644
--- a/src/cryptography/utils.py
+++ b/src/cryptography/utils.py
@@ -9,7 +9,8 @@ import inspect
import sys
-DeprecatedIn06 = DeprecationWarning
+# DeprecatedIn07 objects exist. This comment exists to remind developers to
+# look for them when it's time for the ninth release cycle deprecation dance.
def register_interface(iface):