aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-29 21:31:00 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-29 21:31:00 -0400
commitc01a6c5856460c8172f166c8f4c94beaadc307f6 (patch)
tree416c5a2eab4acc285e6845905c80b9886c13b8ea /src/cryptography/utils.py
parent685a0112306976e76125571c4cb12995df221a4a (diff)
downloadcryptography-c01a6c5856460c8172f166c8f4c94beaadc307f6.tar.gz
cryptography-c01a6c5856460c8172f166c8f4c94beaadc307f6.tar.bz2
cryptography-c01a6c5856460c8172f166c8f4c94beaadc307f6.zip
flake8
Diffstat (limited to 'src/cryptography/utils.py')
-rw-r--r--src/cryptography/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py
index c91bcb2f..dac4046d 100644
--- a/src/cryptography/utils.py
+++ b/src/cryptography/utils.py
@@ -63,6 +63,7 @@ if hasattr(inspect, "signature"):
else:
signature = inspect.getargspec
+
def verify_interface(iface, klass):
for method in iface.__abstractmethods__:
if not hasattr(klass, method):