modified import from PySide2 to PySide
This commit is contained in:
parent
8fd9bcbff5
commit
7323d8ae5c
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue