diff options
author | Donald Stufft <donald@stufft.io> | 2013-10-27 16:52:33 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-10-28 08:37:33 -0400 |
commit | ce0d781707979ccb7f6983601c5ccb25d2354582 (patch) | |
tree | f6eab1903394ead5b86d8f05274f43703f5d4dee /tests/hazmat/primitives/utils.py | |
parent | f04317ae24441082279ea73ccca0a6630c33cc86 (diff) | |
download | cryptography-ce0d781707979ccb7f6983601c5ccb25d2354582.tar.gz cryptography-ce0d781707979ccb7f6983601c5ccb25d2354582.tar.bz2 cryptography-ce0d781707979ccb7f6983601c5ccb25d2354582.zip |
Move the bindings into the hazmat module
Diffstat (limited to 'tests/hazmat/primitives/utils.py')
-rw-r--r-- | tests/hazmat/primitives/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/utils.py b/tests/hazmat/primitives/utils.py index 79d0aba4..fabdca01 100644 --- a/tests/hazmat/primitives/utils.py +++ b/tests/hazmat/primitives/utils.py @@ -3,7 +3,7 @@ import os import pytest -from cryptography.bindings import _ALL_BACKENDS +from cryptography.hazmat.bindings import _ALL_BACKENDS from cryptography.hazmat.primitives.block import BlockCipher |