--- a/eric7/Debugger/DebugServer.py Sat May 22 19:52:34 2021 +0200 +++ b/eric7/Debugger/DebugServer.py Sat May 22 19:58:24 2021 +0200 @@ -16,8 +16,8 @@ QTcpServer, QHostAddress, QHostInfo, QNetworkInterface ) -from E5Gui.EricApplication import ericApp -from E5Gui import EricMessageBox +from EricWidgets.EricApplication import ericApp +from EricWidgets import EricMessageBox from .BreakPointModel import BreakPointModel from .WatchPointModel import WatchPointModel