aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-05 11:22:07 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-05 11:22:07 -0700
commit07c4dcc6907b78738f107d02736769c9420f6ee8 (patch)
tree4ea53a361b78ccd6fe1a51af38972bcefd1e7350 /tests/utils.py
parent6abaf40a591bbae5e2eeebb8a29e6558aeae047c (diff)
downloadcryptography-07c4dcc6907b78738f107d02736769c9420f6ee8.tar.gz
cryptography-07c4dcc6907b78738f107d02736769c9420f6ee8.tar.bz2
cryptography-07c4dcc6907b78738f107d02736769c9420f6ee8.zip
Some cleanups to imports
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 35461821..6ee735a1 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -21,6 +21,7 @@ import pytest
import six
from cryptography.exceptions import UnsupportedAlgorithm
+
import cryptography_vectors