From 10f2314d5e4b6355817540ae79c19822beda0b59 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 28 Aug 2015 18:01:58 +0200 Subject: [PATCH] Closedown --- script/tests/tests/PS Tests/power-supply-A/power-supply-A.py | 2 +- script/tests/tests/PS Tests/power-supply-B/power-supply-B.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py index faa331f..2981542 100644 --- a/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py +++ b/script/tests/tests/PS Tests/power-supply-A/power-supply-A.py @@ -1,7 +1,7 @@ ######################################### ###### DO NOT MODIFY THE CODE BELOW ##### ######################################### -global print_log, sendFeedback, inspect +global print_log, sendFeedback, sys, inspect, os, traceback import sys, inspect, os, traceback def print_log(testName, DEVICE, text): diff --git a/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py b/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py index 3c8fb6f..946b473 100644 --- a/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py +++ b/script/tests/tests/PS Tests/power-supply-B/power-supply-B.py @@ -1,6 +1,6 @@ ###### Init - DO NOT MODIFY THE CODE BELOW ###### -global print_log, sendFeedback, inspect +global print_log, sendFeedback, sys, inspect, os, traceback import sys, inspect, os, traceback def print_log(testName, DEVICE, text):