aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_ciphers.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-16 13:12:50 -0430
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-03-16 13:12:50 -0430
commit8322039ff723260c3ce5d10c98a0dfde29470319 (patch)
treeb0c680e1fc44ef198c6eb77fae29722d15cb4c77 /tests/hazmat/primitives/test_ciphers.py
parent563896ff3544c99c13596f46897e16c0b58fc9ab (diff)
parentf70f017501516dca0d9ca69b9b6a19820d82ab42 (diff)
downloadcryptography-8322039ff723260c3ce5d10c98a0dfde29470319.tar.gz
cryptography-8322039ff723260c3ce5d10c98a0dfde29470319.tar.bz2
cryptography-8322039ff723260c3ce5d10c98a0dfde29470319.zip
Merge pull request #811 from alex/import-style
Tiny style changes to some imports
Diffstat (limited to 'tests/hazmat/primitives/test_ciphers.py')
-rw-r--r--tests/hazmat/primitives/test_ciphers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hazmat/primitives/test_ciphers.py b/tests/hazmat/primitives/test_ciphers.py
index e1f5dbc3..bd9625e9 100644
--- a/tests/hazmat/primitives/test_ciphers.py
+++ b/tests/hazmat/primitives/test_ciphers.py
@@ -18,12 +18,10 @@ import binascii
import pytest
from cryptography.exceptions import UnsupportedInterface
-
from cryptography.hazmat.primitives import ciphers
from cryptography.hazmat.primitives.ciphers.algorithms import (
AES, Camellia, TripleDES, Blowfish, ARC4, CAST5, IDEA
)
-
from cryptography.hazmat.primitives.ciphers.modes import ECB