Startup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
global print_log, sendFeedback, inspect
|
||||
import sys, inspect, os, traceback
|
||||
|
||||
def print_log(testName, DEVICE, text):
|
||||
time.ctime()
|
||||
now = time.strftime('%Y.%m.%d %H:%M:%S')
|
||||
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)
|
||||
log( now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text))
|
||||
|
||||
pippo = 'pippo'
|
||||
|
||||
def print_pio():
|
||||
print 'pio'
|
||||
Reference in New Issue
Block a user