Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Ibatullin committed Jan 6, 2014
1 parent 90c09ce commit 4199f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions PythonBreakpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Python Breakpoints plugin for Sublime Text editor
Author: Oscar Ibatullin (github.com/obormot)
"""
from __future__ import print_function
"""
import ast
import re
import uuid
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a [Sublime Text](http://www.sublimetext.com) plugin allowing to quickly

Through [Package Control](https://sublime.wbond.net/packages/Package%20Control)

`Command Palette` > `Package Control: Install Package` > `PythonBreakpoints`
`Command Palette` > `Package Control: Install Package` > `Python Breakpoints`

or clone this repository into your version/platform specific Packages directory.

Expand All @@ -31,5 +31,5 @@ or clone this repository into your version/platform specific Packages directory.

## Caveats

* minimally tested with ST3 and on Windows
* only space indentation is supported
* with non-PEP8 one-liners or files with no imports your mileage may vary

0 comments on commit 4199f40

Please sign in to comment.