aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_pbkdf2hmac.py
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-22 09:16:20 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-04-20 22:05:37 +0100
commit4cf3e1dfcec9f554fa66384964c3ecf9a7ffe9c0 (patch)
tree7519d1af0fc1f319305fdc2ff54ba46440a4036e /tests/hazmat/primitives/test_pbkdf2hmac.py
parentbafceb64b4d7713d5f6f25033917e8625490bb6d (diff)
downloadcryptography-4cf3e1dfcec9f554fa66384964c3ecf9a7ffe9c0.tar.gz
cryptography-4cf3e1dfcec9f554fa66384964c3ecf9a7ffe9c0.tar.bz2
cryptography-4cf3e1dfcec9f554fa66384964c3ecf9a7ffe9c0.zip
Fix import order
Diffstat (limited to 'tests/hazmat/primitives/test_pbkdf2hmac.py')
-rw-r--r--tests/hazmat/primitives/test_pbkdf2hmac.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/test_pbkdf2hmac.py b/tests/hazmat/primitives/test_pbkdf2hmac.py
index 62ca0921..e928fc6a 100644
--- a/tests/hazmat/primitives/test_pbkdf2hmac.py
+++ b/tests/hazmat/primitives/test_pbkdf2hmac.py
@@ -14,6 +14,7 @@
from __future__ import absolute_import, division, print_function
import pytest
+
import six
from cryptography import utils