aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_openssl_vectors.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/primitives/test_openssl_vectors.py')
-rw-r--r--tests/hazmat/primitives/test_openssl_vectors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_openssl_vectors.py b/tests/hazmat/primitives/test_openssl_vectors.py
index ef963a0a..94037247 100644
--- a/tests/hazmat/primitives/test_openssl_vectors.py
+++ b/tests/hazmat/primitives/test_openssl_vectors.py
@@ -22,7 +22,7 @@ import binascii
from cryptography.hazmat.primitives.block import ciphers, modes
from .utils import generate_encrypt_test
-from ..utils import load_openssl_vectors_from_file
+from ...utils import load_openssl_vectors_from_file
class TestCamelliaCBC(object):