aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_nist.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/primitives/test_nist.py')
-rw-r--r--tests/hazmat/primitives/test_nist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_nist.py b/tests/hazmat/primitives/test_nist.py
index 7f79f23d..c15afd5d 100644
--- a/tests/hazmat/primitives/test_nist.py
+++ b/tests/hazmat/primitives/test_nist.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_nist_vectors_from_file
+from ...utils import load_nist_vectors_from_file
class TestAES_CBC(object):