src/eric7/eric7_ide.py

branch
eric7
changeset 9690
2dc33116df50
parent 9653
e67609152c5e
child 9955
aa02420279fe
diff -r b18ad1f984b1 -r 2dc33116df50 src/eric7/eric7_ide.py
--- 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
 
 

eric ide

mercurial