PyInstallerInterface/PyInstallerExecDialog.py

branch
eric7
changeset 51
37e614c54ea5
parent 47
3b9805bff70c
child 53
415055c7aa74
--- a/PyInstallerInterface/PyInstallerExecDialog.py	Tue Oct 25 08:57:22 2022 +0200
+++ b/PyInstallerInterface/PyInstallerExecDialog.py	Wed Dec 21 09:11:59 2022 +0100
@@ -10,8 +10,8 @@
 
 import os
 
-from PyQt6.QtCore import pyqtSlot, QProcess, QTimer
-from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton
+from PyQt6.QtCore import QProcess, QTimer, pyqtSlot
+from PyQt6.QtWidgets import QAbstractButton, QDialog, QDialogButtonBox
 
 from eric7 import Preferences
 from eric7.EricWidgets import EricMessageBox

eric ide

mercurial