PyInstallerInterface/PyInstallerExecDialog.py

branch
eric7
changeset 47
3b9805bff70c
parent 46
ccd14067e6a2
child 51
37e614c54ea5
--- a/PyInstallerInterface/PyInstallerExecDialog.py	Wed Sep 21 16:45:00 2022 +0200
+++ b/PyInstallerInterface/PyInstallerExecDialog.py	Tue Oct 25 08:46:11 2022 +0200
@@ -13,12 +13,11 @@
 from PyQt6.QtCore import pyqtSlot, QProcess, QTimer
 from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton
 
-from EricWidgets import EricMessageBox
+from eric7 import Preferences
+from eric7.EricWidgets import EricMessageBox
 
 from .Ui_PyInstallerExecDialog import Ui_PyInstallerExecDialog
 
-import Preferences
-
 
 class PyInstallerExecDialog(QDialog, Ui_PyInstallerExecDialog):
     """

eric ide

mercurial