Closedown
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 #####################
|
||||
|
||||
Reference in New Issue
Block a user