--- a/src/eric7/eric7_ide.py Tue Jan 10 13:11:52 2023 +0100 +++ b/src/eric7/eric7_ide.py Wed Jan 11 15:03:59 2023 +0100 @@ -90,9 +90,6 @@ # make Third-Party package 'Jasy' available as a packages repository sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Jasy")) -# make Python debug client available as a package repository (needed for 'coverage') -sys.path.insert(2, os.path.join(os.path.dirname(__file__), "DebugClients", "Python")) - from eric7.EricWidgets.EricApplication import EricApplication