eric7/DebugClients/Python/DebugBase.py

branch
eric7
changeset 8501
7b5f10581c35
parent 8444
88b242eba71b
child 8881
54e42bc2437a
diff -r e7814dd19115 -r 7b5f10581c35 eric7/DebugClients/Python/DebugBase.py
--- a/eric7/DebugClients/Python/DebugBase.py	Fri Jul 30 17:40:58 2021 +0200
+++ b/eric7/DebugClients/Python/DebugBase.py	Fri Jul 30 20:13:09 2021 +0200
@@ -60,8 +60,6 @@
 
     Provides methods for the 'owning' client to call to step etc.
     """
-    # Don't thrust distutils.sysconfig.get_python_lib: possible case mismatch
-    #  on Windows
     lib = os.path.dirname(inspect.__file__)
     # tuple required because it's accessed a lot of times by startswith method
     pathsToSkip = ('<', os.path.dirname(__file__), inspect.__file__[:-1])

eric ide

mercurial