From 7e12ac573653a74a42ba05c5421344a72416ec73 Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Tue, 8 Dec 2015 10:15:57 +0100 Subject: [PATCH] Add note about python_loop --- solar/computable_inputs/helpers/python_loop.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solar/computable_inputs/helpers/python_loop.py b/solar/computable_inputs/helpers/python_loop.py index af95d65a..f27cc425 100644 --- a/solar/computable_inputs/helpers/python_loop.py +++ b/solar/computable_inputs/helpers/python_loop.py @@ -12,6 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. +# Consider this part as POC + import json import struct import sys