From 010881edfeea8e2f23ad114db1654471ca1a1a3f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 9 Oct 2017 14:47:10 +0200 Subject: [PATCH] Closedown --- script/pio.py | 2 +- script/tests/tests.properties | 2 +- script/tests/tests/sad/rpstry/rpstry.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/pio.py b/script/pio.py index bc73785..3e05df2 100644 --- a/script/pio.py +++ b/script/pio.py @@ -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') diff --git a/script/tests/tests.properties b/script/tests/tests.properties index d1af0a8..9841768 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -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 diff --git a/script/tests/tests/sad/rpstry/rpstry.py b/script/tests/tests/sad/rpstry/rpstry.py index 3e38721..ce2e7bc 100644 --- a/script/tests/tests/sad/rpstry/rpstry.py +++ b/script/tests/tests/sad/rpstry/rpstry.py @@ -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 #####################