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, 3 insertions, 0 deletions
diff --git a/cryptography/utils.py b/cryptography/utils.py
index eac833b6..5566d123 100644
--- a/cryptography/utils.py
+++ b/cryptography/utils.py
@@ -16,6 +16,9 @@ from __future__ import absolute_import, division, print_function
import sys
+DeprecatedIn04 = PendingDeprecationWarning
+
+
def register_interface(iface):
def register_decorator(klass):
iface.register(klass)