Initialisation depot

This commit is contained in:
Serge NOEL
2026-06-17 14:00:51 +02:00
commit efdf1683af
33190 changed files with 5907629 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Test the ThreadingExample.py script
print ("The ThreadingExample script will print a line about running on the GUI thread")
execfile("jython/ThreadingExample.py")
# just confirm that this runs OK in headless mode (when graphical, it prompts)
te = ThreadingExample()
te.start()
# time to run
from time import sleep
sleep(0.020)
# stops itself