ProjectPyramid/DistributionTypeSelectionDialog.py

branch
eric7
changeset 160
41b23683d5a1
parent 159
d4e7f5a389e6
child 164
277a93891db9
--- a/ProjectPyramid/DistributionTypeSelectionDialog.py	Wed Sep 21 16:24:54 2022 +0200
+++ b/ProjectPyramid/DistributionTypeSelectionDialog.py	Tue Oct 25 09:40:12 2022 +0200
@@ -10,12 +10,11 @@
 from PyQt6.QtCore import Qt, QProcess
 from PyQt6.QtWidgets import QDialog, QListWidgetItem
 
-from EricWidgets import EricMessageBox
+from eric7 import Preferences
+from eric7.EricWidgets import EricMessageBox
 
 from .Ui_DistributionTypeSelectionDialog import Ui_DistributionTypeSelectionDialog
 
-import Preferences
-
 
 class DistributionTypeSelectionDialog(QDialog, Ui_DistributionTypeSelectionDialog):
     """

eric ide

mercurial