aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_fernet.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-08 08:32:56 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-08 08:32:56 -0800
commitc37feed731bca6dab9e1afacc446b7516fed30aa (patch)
tree5545dcd366f023efd40e9fe235ce10ad333cfff4 /tests/test_fernet.py
parent78c2f2d2c0a40d20edcaf37c33e91224af3ecbb6 (diff)
downloadcryptography-c37feed731bca6dab9e1afacc446b7516fed30aa.tar.gz
cryptography-c37feed731bca6dab9e1afacc446b7516fed30aa.tar.bz2
cryptography-c37feed731bca6dab9e1afacc446b7516fed30aa.zip
Added future imports and licenses that are missing
Diffstat (limited to 'tests/test_fernet.py')
-rw-r--r--tests/test_fernet.py2
1 files changed, 2 insertions, 0 deletions
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