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/test_fernet.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_fernet.py') diff --git a/tests/test_fernet.py b/tests/test_fernet.py index bd4d90a5..36e87297 100644 --- a/tests/test_fernet.py +++ b/tests/test_fernet.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 base64 import calendar import json -- cgit v1.2.3