src/eric7/DebugClients/Python/MultiProcessDebugExtension.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9482
a2bc06a54d9d
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/DebugClients/Python/MultiProcessDebugExtension.py
--- a/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/DebugClients/Python/MultiProcessDebugExtension.py	Fri Nov 04 13:52:26 2022 +0100
@@ -11,10 +11,10 @@
 import contextlib
 
 from DebugUtilities import (
+    isPythonProgram,
+    isWindowsPlatform,
     patchArguments,
     patchArgumentStringWindows,
-    isPythonProgram,
-    isWindowsPlatform,
 )
 
 _debugClient = None
@@ -415,7 +415,6 @@
     # -    patchModule(os, "execve", createExecve)
     # -    patchModule(os, "execvp", createExecv)
     # -    patchModule(os, "execvpe", createExecve)
-
     # patch 'os.spawn...()' functions
     patchModule(os, "spawnl", createSpawnl)
     patchModule(os, "spawnle", createSpawnl)

eric ide

mercurial