Closedown
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user