aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-04-21 22:32:43 +0800
committerAyrx <terrycwk1994@gmail.com>2014-04-22 12:12:41 +0800
commit001637bec0e7a2442c2694dfe9c98c6efdc97d16 (patch)
treef53fdde2687dabb7c2c1e951e39065c91a4dd99a /cryptography
parent3f695110b27afc05f0a9e9e6dc0bfd6e67501418 (diff)
downloadcryptography-001637bec0e7a2442c2694dfe9c98c6efdc97d16.tar.gz
cryptography-001637bec0e7a2442c2694dfe9c98c6efdc97d16.tar.bz2
cryptography-001637bec0e7a2442c2694dfe9c98c6efdc97d16.zip
Added wikipedia link
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/hazmat/backends/multibackend.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptography/hazmat/backends/multibackend.py b/cryptography/hazmat/backends/multibackend.py
index 903bcceb..86cded85 100644
--- a/cryptography/hazmat/backends/multibackend.py
+++ b/cryptography/hazmat/backends/multibackend.py
@@ -16,8 +16,8 @@ from __future__ import absolute_import, division, print_function
from cryptography import utils
from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
from cryptography.hazmat.backends.interfaces import (
- CipherBackend, DSABackend, HMACBackend, HashBackend,
- PBKDF2HMACBackend, RSABackend
+ CipherBackend, DSABackend, HMACBackend, HashBackend, PBKDF2HMACBackend,
+ RSABackend
)