CxFreeze/CxfreezeExecDialog.py

branch
eric7
changeset 142
9ceff8a10455
parent 140
9e20ee9c7ca2
child 144
b70e8a0c5a91
diff -r d0172af094d8 -r 9ceff8a10455 CxFreeze/CxfreezeExecDialog.py
--- a/CxFreeze/CxfreezeExecDialog.py	Tue Oct 25 09:03:43 2022 +0200
+++ b/CxFreeze/CxfreezeExecDialog.py	Wed Dec 21 09:03:33 2022 +0100
@@ -7,13 +7,13 @@
 Module implementing a dialog to show the output of the packager process.
 """
 
-import shutil
 import errno
 import fnmatch
 import os.path
+import shutil
 
-from PyQt6.QtCore import pyqtSlot, QProcess, QTimer, QThread, pyqtSignal
-from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton
+from PyQt6.QtCore import QProcess, QThread, QTimer, pyqtSignal, pyqtSlot
+from PyQt6.QtWidgets import QAbstractButton, QDialog, QDialogButtonBox
 
 from eric7 import Preferences
 from eric7.EricWidgets import EricMessageBox

eric ide

mercurial