Skip to content

Commit

Permalink
Remove PySide2 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
davesrocketshop committed Nov 5, 2024
1 parent 71d5225 commit ebd0329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions Ui/TaskPanelStage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
from DraftTools import translate

from PySide import QtGui
try:
from PySide2.QtWidgets import QDialog, QVBoxLayout
except:
from PySide.QtWidgets import QDialog, QVBoxLayout
from PySide.QtWidgets import QDialog, QVBoxLayout

from Ui.Widgets.CommentTab import CommentTab

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>Rocket</name>
<description>A workbench for designing model rockets.</description>
<version>4.0.0</version>
<date>2024-11-02</date>
<version>4.0.1</version>
<date>2024-11-04</date>
<maintainer email="[email protected]">David Carter</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/davesrocketshop/Rocket</url>
Expand Down
5 changes: 1 addition & 4 deletions util/updatecrowdin.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@
from urllib.request import urlopen
from urllib.request import urlretrieve

try:
from PySide6 import QtCore
except ImportError:
from PySide2 import QtCore
from PySide import QtCore

TsFile = namedtuple("TsFile", ["filename", "src_path"])

Expand Down

0 comments on commit ebd0329

Please sign in to comment.