--- a/src/eric7/Project/ProjectInterfacesBrowser.py Sun Nov 06 11:22:39 2022 +0100 +++ b/src/eric7/Project/ProjectInterfacesBrowser.py Mon Nov 07 17:19:58 2022 +0100 @@ -26,6 +26,7 @@ BrowserFileItem, BrowserMethodItem, ) +from eric7.UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog from eric7.UI.NotificationWidget import NotificationTypes from .ProjectBaseBrowser import ProjectBaseBrowser @@ -456,8 +457,6 @@ fn = self.project.getRelativePath(fn2) files.append(fn) - from eric7.UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog - dlg = DeleteFilesConfirmationDialog( self.parent(), self.tr("Delete interfaces"), @@ -677,9 +676,9 @@ Private method to show a dialog to configure some options for the IDL compiler. """ - params = self.project.pdata["IDLPARAMS"] + from .IdlCompilerOptionsDialog import IdlCompilerOptionsDialog - from .IdlCompilerOptionsDialog import IdlCompilerOptionsDialog + params = self.project.pdata["IDLPARAMS"] dlg = IdlCompilerOptionsDialog( params["IncludeDirs"][:],