File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33Python Breakpoints plugin for Sublime Text editor
44
55Author: Oscar Ibatullin (github.com/obormot)
6- """
76
8- from __future__ import print_function
7+ """
98import ast
109import re
1110import uuid
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This is a [Sublime Text](http://www.sublimetext.com) plugin allowing to quickly
1313
1414Through [ Package Control] ( https://sublime.wbond.net/packages/Package%20Control )
1515
16- ` Command Palette ` > ` Package Control: Install Package ` > ` PythonBreakpoints `
16+ ` Command Palette ` > ` Package Control: Install Package ` > ` Python Breakpoints `
1717
1818or clone this repository into your version/platform specific Packages directory.
1919
@@ -31,5 +31,5 @@ or clone this repository into your version/platform specific Packages directory.
3131
3232## Caveats
3333
34- * minimally tested with ST3 and on Windows
34+ * only space indentation is supported
3535* with non-PEP8 one-liners or files with no imports your mileage may vary
You can’t perform that action at this time.
0 commit comments