modified import from PySide2 to PySide

This commit is contained in:
Thomas-Alexandre Moreau 2025-05-15 17:39:09 +02:00
parent 8fd9bcbff5
commit 7323d8ae5c

View file

@ -4,7 +4,7 @@ import FreeCADGui
import Draft
import os
import Mesh
from PySide2.QtWidgets import QWidget, QLabel, QSpinBox, QHBoxLayout, QListWidgetItem
from PySide.QtWidgets import QWidget, QLabel, QSpinBox, QHBoxLayout, QListWidgetItem
from datetime import datetime