Skip to content

Commit eb42394

Browse files
committed
Py2/3 compatibility: Added __future__ import.
- Legacy-Id: 16449
1 parent 855716e commit eb42394

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ietf/utils/accesstoken.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Copyright The IETF Trust 2013-2019, All Rights Reserved
2+
# -*- coding: utf-8 -*-
3+
4+
5+
from __future__ import absolute_import, print_function, unicode_literals
6+
27
import time, random, hashlib
38

49
from django.conf import settings

0 commit comments

Comments
 (0)