Closedown
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
# The code below is necessary to run the Testing List plug-in:
|
||||
global print_log, sendFeedback, sys, inspect, os, traceback
|
||||
import sys, inspect, os, traceback
|
||||
import pio
|
||||
|
||||
class TestingTool:
|
||||
"""
|
||||
@@ -20,9 +19,6 @@ class TestingTool:
|
||||
Init class with test data
|
||||
"""
|
||||
self.deviceName = deviceName
|
||||
self.log('arriva pio')
|
||||
p = pio()
|
||||
self.log('passato pio')
|
||||
self.testName = testName
|
||||
self.testPath = testPath
|
||||
self.testParams = testParams
|
||||
|
||||
Reference in New Issue
Block a user