diff -r 45e7bb09c120 -r 80c06d472826 src/eric7/Debugger/DebugServer.py --- a/src/eric7/Debugger/DebugServer.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Debugger/DebugServer.py Tue Oct 18 16:06:21 2022 +0200 @@ -14,14 +14,14 @@ from PyQt6.QtCore import pyqtSignal, pyqtSlot, QModelIndex from PyQt6.QtNetwork import QTcpServer, QHostAddress, QHostInfo, QNetworkInterface -from EricWidgets.EricApplication import ericApp -from EricWidgets import EricMessageBox +from eric7.EricWidgets.EricApplication import ericApp +from eric7.EricWidgets import EricMessageBox from .BreakPointModel import BreakPointModel from .WatchPointModel import WatchPointModel from . import DebugClientCapabilities -import Preferences +from eric7 import Preferences DebuggerInterfaces = {