From ce0d781707979ccb7f6983601c5ccb25d2354582 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sun, 27 Oct 2013 16:52:33 -0400 Subject: Move the bindings into the hazmat module --- tests/hazmat/primitives/test_hashes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/hazmat/primitives/test_hashes.py') diff --git a/tests/hazmat/primitives/test_hashes.py b/tests/hazmat/primitives/test_hashes.py index 110ca4b7..797fe4ff 100644 --- a/tests/hazmat/primitives/test_hashes.py +++ b/tests/hazmat/primitives/test_hashes.py @@ -19,8 +19,7 @@ import pytest import six -from cryptography.bindings import _default_backend - +from cryptography.hazmat.bindings import _default_backend from cryptography.hazmat.primitives import hashes from .utils import generate_base_hash_test -- cgit v1.2.3