diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/Debugger/BreakPointViewer.py --- a/src/eric7/Debugger/BreakPointViewer.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Debugger/BreakPointViewer.py Tue Oct 18 16:06:21 2022 +0200 @@ -12,11 +12,11 @@ from PyQt6.QtCore import pyqtSignal, Qt, QItemSelectionModel, QSortFilterProxyModel from PyQt6.QtWidgets import QTreeView, QAbstractItemView, QHeaderView, QMenu, QDialog -from EricWidgets.EricApplication import ericApp +from eric7.EricWidgets.EricApplication import ericApp -from Globals import recentNameBreakpointFiles, recentNameBreakpointConditions +from eric7.Globals import recentNameBreakpointFiles, recentNameBreakpointConditions -import Preferences +from eric7 import Preferences class BreakPointViewer(QTreeView):