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

10 lines
273 B
Python

# Test the ControlPanel.py script - make sure it runs, then close its window
import java
import java.awt
if ( not java.awt.GraphicsEnvironment.isHeadless()) :
# just confirm that this runs OK in headed mode
execfile("jython/LnSendToolwithNCE.py")
f.dispose()