--- a/src/eric7/VCS/ProjectBrowserHelper.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/VCS/ProjectBrowserHelper.py Tue Oct 18 16:06:21 2022 +0200 @@ -12,17 +12,17 @@ from PyQt6.QtCore import QObject, QCoreApplication from PyQt6.QtWidgets import QDialog -from EricWidgets.EricApplication import ericApp +from eric7.EricWidgets.EricApplication import ericApp -from UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog +from eric7.UI.DeleteFilesConfirmationDialog import DeleteFilesConfirmationDialog -from Project.ProjectBrowserModel import ( +from eric7.Project.ProjectBrowserModel import ( ProjectBrowserSimpleDirectoryItem, ProjectBrowserFileItem, ProjectBrowserDirectoryItem, ) -import Preferences +from eric7 import Preferences class VcsProjectBrowserHelper(QObject):