9 lines
263 B
Python
9 lines
263 B
Python
# Test the DisableLayoutEditorSensorIcon.py script - make sure it runs
|
|
import java
|
|
import java.awt
|
|
|
|
if ( not java.awt.GraphicsEnvironment.isHeadless()) :
|
|
# just confirm that this runs OK in headed mode
|
|
execfile("jython/DisableLayoutEditorSensorIcon.py")
|
|
|