diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/CondaInterface/CondaExecDialog.py --- a/src/eric7/CondaInterface/CondaExecDialog.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/CondaInterface/CondaExecDialog.py Tue Oct 18 16:06:21 2022 +0200 @@ -12,12 +12,11 @@ from PyQt6.QtCore import pyqtSlot, QProcess, QTimer from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton -from EricWidgets import EricMessageBox +from eric7.EricWidgets import EricMessageBox from .Ui_CondaExecDialog import Ui_CondaExecDialog -import Preferences -import Globals +from eric7 import Globals, Preferences class CondaExecDialog(QDialog, Ui_CondaExecDialog):