From c37feed731bca6dab9e1afacc446b7516fed30aa Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 8 Mar 2014 08:32:56 -0800 Subject: Added future imports and licenses that are missing --- tests/hazmat/backends/test_multibackend.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/hazmat/backends/test_multibackend.py') diff --git a/tests/hazmat/backends/test_multibackend.py b/tests/hazmat/backends/test_multibackend.py index 87ef0446..31fb0a26 100644 --- a/tests/hazmat/backends/test_multibackend.py +++ b/tests/hazmat/backends/test_multibackend.py @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import absolute_import, division, print_function + import pytest from cryptography import utils -- cgit v1.2.3