aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 12:43:02 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-08 12:43:02 -0700
commite53677a149b646deb2be1d6ffbd3e27a960b2f8c (patch)
tree0aeea194f1f814967167714eb8849c682a681d06 /tests/hazmat/primitives
parentf0ca2e8bf0eaaba32ea0fe1a608c2a5c6348f5fa (diff)
downloadcryptography-e53677a149b646deb2be1d6ffbd3e27a960b2f8c.tar.gz
cryptography-e53677a149b646deb2be1d6ffbd3e27a960b2f8c.tar.bz2
cryptography-e53677a149b646deb2be1d6ffbd3e27a960b2f8c.zip
fixes
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/test_serialization.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_serialization.py b/tests/hazmat/primitives/test_serialization.py
index e960878b..9333a6bd 100644
--- a/tests/hazmat/primitives/test_serialization.py
+++ b/tests/hazmat/primitives/test_serialization.py
@@ -22,7 +22,7 @@ import pytest
from cryptography.exceptions import _Reasons
from cryptography.hazmat.primitives import interfaces
from cryptography.hazmat.primitives.serialization import (
- load_pem_private_key, load_pem_pkcs8_private_key,
+ load_pem_pkcs8_private_key, load_pem_private_key,
load_pem_traditional_openssl_private_key
)