mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Merge pull request #337 from ericsnowcurrently/fix-version
Set ptvsd.wrapper.__version__.
This commit is contained in:
commit
5e876f673b
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ import ptvsd.futures as futures # noqa
|
|||
import ptvsd.untangle as untangle # noqa
|
||||
from ptvsd.pathutils import PathUnNormcase # noqa
|
||||
from ptvsd.safe_repr import SafeRepr # noqa
|
||||
from ptvsd.version import __version__
|
||||
|
||||
|
||||
#def ipcjson_trace(s):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue