aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-05 14:00:55 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-05 14:00:55 -0500
commitf7484a5b4e49aaf4570f9883629824b1dede17d5 (patch)
tree927f3dc1ad0cffcd8968e5e694de60f6eea5497d /tests/utils.py
parentcce90d7cf763b41ba564263c33261daf89b63cc5 (diff)
parent6b090e8056ea24c0d1444961c65f2e1a34d54b43 (diff)
downloadcryptography-f7484a5b4e49aaf4570f9883629824b1dede17d5.tar.gz
cryptography-f7484a5b4e49aaf4570f9883629824b1dede17d5.tar.bz2
cryptography-f7484a5b4e49aaf4570f9883629824b1dede17d5.zip
Merge pull request #890 from alex/import-cleanup
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