commit | 4cf3e1dfcec9f554fa66384964c3ecf9a7ffe9c0 | [log] [tgz] |
---|---|---|
author | Alex Stapleton <alexs@prol.etari.at> | Sat Mar 22 09:16:20 2014 +0000 |
committer | Alex Stapleton <alexs@prol.etari.at> | Sun Apr 20 22:05:37 2014 +0100 |
tree | 7519d1af0fc1f319305fdc2ff54ba46440a4036e | |
parent | bafceb64b4d7713d5f6f25033917e8625490bb6d [diff] |
Fix import order
diff --git a/tests/hazmat/primitives/test_pbkdf2hmac.py b/tests/hazmat/primitives/test_pbkdf2hmac.py index 62ca092..e928fc6 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