Closedown

This commit is contained in:
boccioli_m
2017-10-09 14:47:10 +02:00
parent 9b57099e7c
commit 010881edfe
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
global print_log, sendFeedback, sys, inspect, os, traceback
import sys, inspect, os, traceback
class pio:
class Pio:
def __init__(self):
self.log('ecco pio')

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Mon Oct 09 14:44:02 CEST 2017
#Mon Oct 09 14:44:27 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-try

View File

@@ -22,7 +22,7 @@ def startTest(testName, DEVICE, params):
test = TestingTool(testName, testPath, DEVICE, params)
test.log('arriva pio')
import pio
p = pio()
p = Pio()
test.log('passato pio')
################ END OF Init #####################