mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Rename ptvsd -> debugpy.
This commit is contained in:
parent
2731604433
commit
8b4c40e922
744 changed files with 581 additions and 532 deletions
|
|
@ -9,8 +9,8 @@ import contextlib
|
|||
import itertools
|
||||
import threading
|
||||
|
||||
from ptvsd.common import compat, fmt, log, messaging, timestamp
|
||||
from ptvsd.common.compat import queue
|
||||
from debugpy.common import compat, fmt, log, messaging, timestamp
|
||||
from debugpy.common.compat import queue
|
||||
|
||||
from tests.patterns import some
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue