--- 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