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):