From 53e7b24e1ff91de415d2f128b1463bea33b756a9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 6 Mar 2016 09:54:23 -0500 Subject: standard future import --- tests/doubles.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3