aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_cryptrec.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/primitives/test_cryptrec.py')
-rw-r--r--tests/hazmat/primitives/test_cryptrec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_cryptrec.py b/tests/hazmat/primitives/test_cryptrec.py
index f3b24fc9..48f64a27 100644
--- a/tests/hazmat/primitives/test_cryptrec.py
+++ b/tests/hazmat/primitives/test_cryptrec.py
@@ -23,7 +23,7 @@ import os
from cryptography.hazmat.primitives.block import ciphers, modes
from .utils import generate_encrypt_test
-from ..utils import load_cryptrec_vectors_from_file
+from ...utils import load_cryptrec_vectors_from_file
class TestCamelliaECB(object):