mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add missing 'import os'. (#528)
This commit is contained in:
parent
4476d0da6f
commit
b81a0df71d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from _pydev_imps._pydev_saved_modules import threading
|
|||
from _pydevd_bundle.pydevd_comm import get_global_debugger, CMD_SET_BREAK, CMD_SET_NEXT_STATEMENT
|
||||
from pydevd_file_utils import get_abs_path_real_path_and_base_from_frame, NORM_PATHS_AND_BASE_CONTAINER
|
||||
from _pydevd_bundle.pydevd_frame import handle_breakpoint_condition, handle_breakpoint_expression
|
||||
|
||||
import os
|
||||
|
||||
class DummyTracingHolder:
|
||||
dummy_trace_func = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue