aboutsummaryrefslogtreecommitdiffstats
path: root/tests/doubles.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-06 09:54:23 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-03-06 09:54:23 -0500
commit53e7b24e1ff91de415d2f128b1463bea33b756a9 (patch)
treee4a2eb3a47cf0a34bc9e5deeff81a8f0884525ad /tests/doubles.py
parent77ae0cdf4a04efcd61c936ad85e40f9a26768b23 (diff)
downloadcryptography-53e7b24e1ff91de415d2f128b1463bea33b756a9.tar.gz
cryptography-53e7b24e1ff91de415d2f128b1463bea33b756a9.tar.bz2
cryptography-53e7b24e1ff91de415d2f128b1463bea33b756a9.zip
standard future import
Diffstat (limited to 'tests/doubles.py')
-rw-r--r--tests/doubles.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/doubles.py b/tests/doubles.py
index 9dbb3ce0..2ff1942f 100644
--- a/tests/doubles.py
+++ b/tests/doubles.py
@@ -2,6 +2,8 @@
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.
+from __future__ import absolute_import, division, print_function
+
from cryptography import utils
from cryptography.hazmat.primitives import hashes, serialization
from cryptography.hazmat.primitives.asymmetric import padding