From 7d79d73fbd1bb96cbc8c10aa3cc2dcde53b41cd6 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 2 Sep 2015 10:14:19 +0200 Subject: [PATCH] Closedown --- script/testcommons.py | 2 +- script/tests/tests/PS Tests/power-supply-A/power-supply-A.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/testcommons.py b/script/testcommons.py index c7eb006..6dec857 100644 --- a/script/testcommons.py +++ b/script/testcommons.py @@ -1,4 +1,4 @@ -global print_log, sendFeedback, sys, inspect, os, traceback +global print_log, sendFeedback, sys, inspect, os, traceback, time import sys, inspect, os, traceback def print_log(testName, DEVICE, text): 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 6cb2bdc..626bb55 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,8 +1,8 @@ ######################################### ###### DO NOT MODIFY THE CODE BELOW ##### ######################################### -global testcommons -import testcommons +global print_log, sendFeedback, sys, inspect, os, traceback, testcommons +import sys, inspect, os, traceback, testcommons def print_log(testName, DEVICE, text): testcommons.print_log(testName, DEVICE, text)