Py2/3 compatibility: Added __future__ import.

- Legacy-Id: 16449
This commit is contained in:
Henrik Levkowetz 2019-07-15 15:47:31 +00:00
parent 855716e1d5
commit eb42394534

View file

@ -1,4 +1,9 @@
# Copyright The IETF Trust 2013-2019, All Rights Reserved
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals
import time, random, hashlib
from django.conf import settings