Bugfix : runpy manquant pour le monte charge

This commit is contained in:
Philippe Roy 2024-01-22 08:43:28 +01:00
parent dda2d01637
commit 7d941b8171
3 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,7 @@ import bge # Bibliothèque Blender Game Engine (UPBGE)
import twin # Bibliothèque de l'environnement 3D des jumeaux numériques
import math
import time
import runpy # Exécution de script Python légère (sans import)
###############################################################################
# montchg.py

View File

@ -3,7 +3,6 @@ import twin_threading # Multithreading (multitâches)
from twin_serial import jumeau, jumeau_stop, serial_close, jumeau_mode_system, jumeau_mode_object # Liaison série
from twin_daq import get, daq, csv_generate, plot, plot_generate # Acquisition des données
import time
import importlib
###############################################################################
# porcou_lib.py

View File

@ -1,7 +1,7 @@
<data>
<screen>
<width>1325</width>
<height>745</height>
<width>1568</width>
<height>882</height>
<quality>4</quality>
</screen>
<plot>