From d3dac65ded016a3c9a0da3f3490fc21f0b53e827 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 21 Jun 2019 09:31:06 +0000
Subject: [PATCH] SW-754: Do not write pycache files for station test, as it
 will be run as root and leave unmovable files for MAC_install

---
 MAC/Tools/Power/st_ec_lib.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAC/Tools/Power/st_ec_lib.py b/MAC/Tools/Power/st_ec_lib.py
index 071691e353c..c21775b8f6a 100755
--- a/MAC/Tools/Power/st_ec_lib.py
+++ b/MAC/Tools/Power/st_ec_lib.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python3 -B
 ## P.Donker ASTRON februari 2011
 ## station EC lib module
 
-- 
GitLab