Add coding hint for python2 compatibility

This commit is contained in:
Alexander Campbell 2019-10-16 12:44:30 +11:00
parent 9d6a1ca81d
commit d74f9e47c8
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import time

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import boto3

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import json