Files
JIMRI/jython/test/ManageBlocks2Test.py
T
2026-06-17 14:00:51 +02:00

9 lines
230 B
Python

# Test the ManageBlocks.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/ManageBlocks2.py")