Skip to content

Commit 4199f40

Browse files
author
Oscar Ibatullin
committed
minor cleanup
1 parent 90c09ce commit 4199f40

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

PythonBreakpoints.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
Python Breakpoints plugin for Sublime Text editor
44
55
Author: Oscar Ibatullin (github.com/obormot)
6-
"""
76
8-
from __future__ import print_function
7+
"""
98
import ast
109
import re
1110
import uuid

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a [Sublime Text](http://www.sublimetext.com) plugin allowing to quickly
1313

1414
Through [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

1818
or 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

0 commit comments

Comments
 (0)