From 28f7ad0752d70b998e289aa5839752829d9af4a9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 29 Oct 2014 10:37:28 -0700 Subject: Use explicit relative imports, don't refer to the tests package --- tests/hazmat/primitives/test_cmac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hazmat/primitives/test_cmac.py') diff --git a/tests/hazmat/primitives/test_cmac.py b/tests/hazmat/primitives/test_cmac.py index 49e2043e..c007527f 100644 --- a/tests/hazmat/primitives/test_cmac.py +++ b/tests/hazmat/primitives/test_cmac.py @@ -31,7 +31,7 @@ from cryptography.hazmat.primitives.ciphers.algorithms import ( ) from cryptography.hazmat.primitives.cmac import CMAC -from tests.utils import ( +from ...utils import ( load_nist_vectors, load_vectors_from_file, raises_unsupported_algorithm ) -- cgit v1.2.3