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