From 79b6a9f4e0c881f047c430dd3f897693768c5449 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Tue, 23 Sep 2014 11:19:31 -0400 Subject: [PATCH] Apparently the version of python in the baseimage requires the encoding comment. --- test/test_api_usage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_api_usage.py b/test/test_api_usage.py index b85388cdc..b2bfe0d39 100644 --- a/test/test_api_usage.py +++ b/test/test_api_usage.py @@ -1,3 +1,5 @@ +# coding=utf-8 + import unittest import json as py_json