src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9514
2b104ad132a4
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py
--- a/src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py	Fri Nov 04 13:52:26 2022 +0100
@@ -12,14 +12,13 @@
 from PyQt6.QtCore import pyqtSlot
 from PyQt6.QtWidgets import QDialog, QDialogButtonBox
 
+from eric7 import Utilities
+from eric7.EricGui import EricPixmapCache
+from eric7.EricWidgets import EricMessageBox
 from eric7.EricWidgets.EricApplication import ericApp
-from eric7.EricWidgets import EricMessageBox
 
 from .Ui_DotDesktopWizardDialog import Ui_DotDesktopWizardDialog
 
-from eric7 import Utilities
-from eric7.EricGui import EricPixmapCache
-
 
 class DotDesktopWizardDialog(QDialog, Ui_DotDesktopWizardDialog):
     """

eric ide

mercurial