Closedown

This commit is contained in:
boccioli_m
2015-08-28 18:01:58 +02:00
parent 6e57b79633
commit 10f2314d5e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#########################################
###### DO NOT MODIFY THE CODE BELOW #####
#########################################
global print_log, sendFeedback, inspect
global print_log, sendFeedback, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):

View File

@@ -1,6 +1,6 @@
###### Init - DO NOT MODIFY THE CODE BELOW ######
global print_log, sendFeedback, inspect
global print_log, sendFeedback, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):