src/eric7/DebugClients/Python/DebugClientBase.py

branch
eric7
changeset 9690
2dc33116df50
parent 9653
e67609152c5e
child 10050
3750abc45d5e
diff -r b18ad1f984b1 -r 2dc33116df50 src/eric7/DebugClients/Python/DebugClientBase.py
--- a/src/eric7/DebugClients/Python/DebugClientBase.py	Tue Jan 10 13:11:52 2023 +0100
+++ b/src/eric7/DebugClients/Python/DebugClientBase.py	Wed Jan 11 15:03:59 2023 +0100
@@ -24,6 +24,10 @@
 import traceback
 import types
 
+# modify sys.path to get access to the 'coverage' package
+sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", ".."))
+# site-packages is three levels up
+
 import DebugClientCapabilities
 import DebugVariables
 

eric ide

mercurial