From 51bc8e0e77da8fce933b9d2722136d6ace167db0 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Fri, 30 Oct 2015 08:15:50 -0400 Subject: Fixing fixture import order --- tests/test_x509.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_x509.py b/tests/test_x509.py index f9791fe2..fb1f5239 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -29,8 +29,8 @@ from cryptography.x509.oid import ( ) from .hazmat.primitives.fixtures_dsa import DSA_KEY_2048 -from .hazmat.primitives.fixtures_rsa import RSA_KEY_2048, RSA_KEY_512 from .hazmat.primitives.fixtures_ec import EC_KEY_SECP192R1, EC_KEY_SECT163K1 +from .hazmat.primitives.fixtures_rsa import RSA_KEY_2048, RSA_KEY_512 from .hazmat.primitives.test_ec import _skip_curve_unsupported from .utils import load_vectors_from_file -- cgit v1.2.3