Apparently the version of python in the baseimage requires the encoding comment.

This commit is contained in:
Jake Moshenko 2014-09-23 11:19:31 -04:00
parent ec529c4aa6
commit 79b6a9f4e0

View file

@ -1,3 +1,5 @@
# coding=utf-8
import unittest
import json as py_json