Apparently the version of python in the baseimage requires the encoding comment.
This commit is contained in:
parent
ec529c4aa6
commit
79b6a9f4e0
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# coding=utf-8
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
import json as py_json
|
import json as py_json
|
||||||
|
|
||||||
|
|
Reference in a new issue