Py2/3 compatibility: Added __future__ import.
- Legacy-Id: 16449
This commit is contained in:
parent
855716e1d5
commit
eb42394534
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue