src/eric7/Debugger/BreakPointViewer.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
--- 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):

eric ide

mercurial