13 lines
306 B
Python
13 lines
306 B
Python
# Test the LocoTracker.py script
|
|
import java
|
|
import java.beans
|
|
|
|
# Operating the script requires a configured ReporterManager and MemoryManager ito continue
|
|
if (reporters != None and memories != None ) :
|
|
|
|
# Run, thich checks syntax and runs initialization
|
|
execfile("jython/ReporterFormatter.py")
|
|
|
|
|
|
|