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

View File

@@ -2,6 +2,7 @@ global print_log, sendFeedback, sys, inspect, os, traceback
import sys, inspect, os, traceback
def print_log(testName, DEVICE, text):
import time
time.ctime()
now = time.strftime('%Y.%m.%d %H:%M:%S')
print now + ' ' + DEVICE + ' - ' + testName + ': ' + str(text)