Add coding hint for python2 compatibility

This commit is contained in:
Alexander Campbell 2019-10-16 12:44:30 +11:00
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