aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hashes.py
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-10-27 16:52:33 -0400
committerDonald Stufft <donald@stufft.io>2013-10-28 08:37:33 -0400
commitce0d781707979ccb7f6983601c5ccb25d2354582 (patch)
treef6eab1903394ead5b86d8f05274f43703f5d4dee /tests/hazmat/primitives/test_hashes.py
parentf04317ae24441082279ea73ccca0a6630c33cc86 (diff)
downloadcryptography-ce0d781707979ccb7f6983601c5ccb25d2354582.tar.gz
cryptography-ce0d781707979ccb7f6983601c5ccb25d2354582.tar.bz2
cryptography-ce0d781707979ccb7f6983601c5ccb25d2354582.zip
Move the bindings into the hazmat module
Diffstat (limited to 'tests/hazmat/primitives/test_hashes.py')
-rw-r--r--tests/hazmat/primitives/test_hashes.py3
1 files changed, 1 insertions, 2 deletions
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