We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855716e commit eb42394Copy full SHA for eb42394
1 file changed
ietf/utils/accesstoken.py
@@ -1,4 +1,9 @@
1
# 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
7
import time, random, hashlib
8
9
from django.conf import settings
0 commit comments