This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from ericsnowcurrently/lint
Fix lint failures.
- Loading branch information
Showing
4 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
# for license information. | ||
|
||
|
||
|
||
__author__ = "Microsoft Corporation <[email protected]>" | ||
__version__ = "4.0.0a1" | ||
|
||
|
||
if __name__ == '__main__': | ||
# import the wrapper first, so that it gets a chance to detour pydevd socket functionality. | ||
import ptvsd.wrapper | ||
# import the wrapper first, so that it gets a chance | ||
# to detour pydevd socket functionality. | ||
import ptvsd.wrapper # noqa | ||
import pydevd | ||
pydevd.main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters