Closedown

This commit is contained in:
boccioli_m
2015-09-02 10:11:51 +02:00
parent ca21d1a90d
commit 6029035930
2 changed files with 4 additions and 1 deletions
@@ -1,10 +1,12 @@
#########################################
###### DO NOT MODIFY THE CODE BELOW #####
#########################################
global print_log, sendFeedback, sys, inspect, os, traceback
global testcommons
import testcommons
def print_log(testName, DEVICE, text):
testcommons.print_log(testName, DEVICE, text)
def startTest(testName, DEVICE, params):
#get the path of this script
import inspect