eric7/Debugger/DebugServer.py

branch
eric7
changeset 8358
144a6b854f70
parent 8356
68ec9c3d4de5
child 8363
e0890180e16a
diff -r a081458cc57b -r 144a6b854f70 eric7/Debugger/DebugServer.py
--- 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

eric ide

mercurial