9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
8 process. | 8 process. |
9 """ | 9 """ |
10 | 10 |
11 import os | 11 import os |
12 | 12 |
13 from DebugUtilities import isPythonProgram, startsWithShebang, patchArguments | 13 from DebugUtilities import isPythonProgram, patchArguments, startsWithShebang |
14 | 14 |
15 _debugClient = None | 15 _debugClient = None |
16 | 16 |
17 | 17 |
18 def patchQProcess(module, debugClient): | 18 def patchQProcess(module, debugClient): |